cURL
curl --request GET \ --url http://api/v1/schedulers/job/{jobId}/status
{ "results": { "details": {}, "status": "scheduled" }, "status": "ok" }
Get a generic job status This method can be used when polling from the frontend
the jobId for the status to check
Success
Show child attributes
ok