Get all running jobs or processes in the server workflow

Hi Guys,

Could you help me find an REST API endpoint to get all running jobs or processes on the server? I need this information for scheduling tasks, so knowing what is currently running would be very helpful.

I’ve been looking at the documentation (Get Job Set Statistics), but it seems like the endpoint “[/rest/serverengine/statistics/jobset/{jobSetID}](/rest/serverengine/statistics/jobset/{jobSetID})” requires the jobSetID beforehand, which might not be convenient for my use case.

Is there an endpoint that allows me to query all running jobs without needing to know their IDs? If I’ve missed it in the documentation, a point in the right direction would be appreciated.

Thanks!
James

There is no single call for all running jobs.
You can call the Get all operations endpoint on each individual service (Datamapping, Content creation, Job creation, Output creation)

Hi @Phil,

I wish there was one :frowning: ,Thankk you for your help.