Get Scheduled job in json format

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 Solved
0 2 216
1 ACCEPTED 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. 

View solution in original post

2 REPLIES 2

 

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