Get automations with rest api #13697
-
Hello! My need is to display in a screen the list of automations of type cron to my users. I didn't find any public api for that but i saw that some internal api are undocumented (#1915) I cannot make it works by playing with it, anyone can help or tell me if it's not possible ? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No one have ever faced this need ? |
Beta Was this translation helpful? Give feedback.
Hey @PhantomCarrot,
The Automations API available to you is an internal one, due to this it is not documented for public use.
You are welcome to use this solution at your own risk. Please be aware that if it stops working, we will not be able to provide support since it is not intended for external use.
If you are happy enough with this, heres how you can get all listed automations related to a specific app.
Similar to how you would query rows via our API. You will need an API key plus the ID of the app you are working with.
View api key
-> copy…