v1

latestSwagger 2.02026-07-13285166341.1 KB
JobRuns

Get a JobRun by ID

Gets a JobRun by ID. When successful, the response is the requested JobRun. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/jobRuns/{jobRunID}

Path parameters

jobRunIDinteger required

The ID of the JobRun to get.

Query parameters

includeActivityRunDetailsboolean

Optional. Indicates whether to include ActivityRun details. Defaults to false.

Response

OK

JobRunIDinteger

The ID of this JobRun

JobIDinteger

The ID of the job that defines the run

Status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

The status of this JobRun

StartDatestring date-time

The UTC date and time when the job started

EndDatestring date-time

The UTC date and time when the job completed