Get Job Status
GET {{baseUrl}}/scheduler/runStatus?runCounter=<integer>
Querying this endpoint will allow you to receive updates on the current status of a specific run.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
runCounter | string | (Required) ID of the run to query |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"runStatus":"\u003cstring\u003e","runType":"\u003cstring\u003e","runLink":"\u003cstring\u003e"}