Hi, would it be possible to get an
Hi, would it be possible to get an overview of all schedules that are active within my organization as well as logs (did they succeed/fail?)?
4 Replies
Yes, @Thomas Brink This can be achieved using the V2 API. Below is an example of the CURL command which should help. It will iterate over all the schedules in the cluster, and history_runs_options will give you the desired output.
• Replace hostname with your actual hostname.
• Replace XXX with your actual Bearer token.
This command will iterate over all the schedules in the cluster and return the desired output using the history_runs_options parameter.
The same can be tried via V2 API Playground as well.
Thanks! Is this available within Python as well?
Sorry this is on the roadmap but we currently only have a TypeScript SDK
I see, thanks