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

KeyDatatypeRequiredDescription
runCounterstring(Required) ID of the run to query

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;runStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;runType&quot;:&quot;\u003cstring\u003e&quot;,&quot;runLink&quot;:&quot;\u003cstring\u003e&quot;}