Hi All,
I am doing some clean up of the Alteryx schedules and need to extract a list of all disabled schedules from the gallery . Does anyone here know an easy way to do this? 🙂Â
Regards,
Ramesh
Hi @ramesh_neelÂ
If you're an admin on the gallery, you can use the Gallery API specifically "/admin/v1/schedules/" to retrieve the list of schedules. The returned list includes an active flag.
Dan
ram_neel If you have access to MongoDB, you can also get the list on AS_Schedules collection in AlteryxService database. Check this for more details:Â
https://help.alteryx.com/current/server/alteryxservice-mongodb-schema
@abhishekl  @danilang - Thanks heaps !