Hi all,
I know the API to get all the completed jobs in json format: https://<director>/jobs.json.
Is there an API to get only the scheduled jobs (https://<director>/jobs?filter=scheduled) in json format?
And after getting the list of jobs, is there an API to see the details of each scheduled job? Such as when it was scheduled and which actors are used?
Thank you,
Paolo
Solved! Go to Solution.
https://<msv url>/scheduled_actions.json
To be used with GET.
I built a custom function with a library to edit them if you need this part.
https://<msv url>/scheduled_actions.json
To be used with GET.
I built a custom function with a library to edit them if you need this part.
Similarily you could use this for the jobs ;
https://<msv url>/jobs.json?filter=scheduled