GET
/
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

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok