Skip to main content
Solved

Get Scheduled job in json format

  • December 11, 2024
  • 2 replies
  • 6 views

paolocarrara
Forum|alt.badge.img+4

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

Best answer by AbdElHafez

 

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. 

2 replies

AbdElHafez
Staff
Forum|alt.badge.img+12
  • Staff
  • Answer
  • December 11, 2024

 

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. 


AbdElHafez
Staff
Forum|alt.badge.img+12
  • Staff
  • December 11, 2024

 

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