Skip to main content
GET
/
api
/
v1
/
schedulers
/
job
/
{jobId}
/
status
cURL
curl --request GET \
  --url http://api/v1/schedulers/job/{jobId}/status
{
  "results": {
    "details": {},
    "status": "scheduled"
  },
  "status": "ok"
}

Path Parameters

jobId
string
required

the jobId for the status to check

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok