Skip to main content
Question

Exhaustive API calls documentation

  • March 5, 2026
  • 2 replies
  • 23 views

alexandre.vilan12
Level 4
Forum|alt.badge.img

Hello everyone, 

As part of setting up a control tower, I am trying to gather as much information as possible to retrieve data from the platform via API calls. 


After combing through most of the existing documentation on the Celonis website, the pycelonis library documentation, and the freely accessible GitHub repositories, I am still having trouble identifying how to retrieve certain elements. For example, is there a way to get a list of all the pool ids of your environment (I know it’s possible using pycelonis but I’m not able to use private library in the external scheduler I’m using)?. 


Do you have comprehensive documentation of all possible API calls (in my case, with OAuth authentication. This is also one of my main concern: lot of API calls working with App Key are not working with OAuth2 identification, which is preferable)? 
I am interested in any resources I may have overlooked. 


Thank you for your help,

Best regards,

 

Alex

2 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+8

I am not sure if there is anything exhaustive like that, hope this helps 
https://developer.celonis.com/celonis-apis/migrating-to-oauth/


alexandre.vilan12
Level 4
Forum|alt.badge.img

Hello, 
Thanks for sharing. I’ve already read this documentation and it doesn’t really answer my need and concerns on which API calls are handled using OAuth instead of App key.

Best regards