Check if a job exists

head/jobs/{jobId}

Returns header information about a running job given the job's unique identifier. Associated tasks can be filtered out.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The unique identifier of the job.

Query Parameters

NameTypeRequiredDescription
cancelled
boolean
false

If set to false, then these tasks are not included.

Default:
true
completed
boolean
false

If set to false, then these tasks are not included.

Default:
true
completedWithFailures
boolean
false

If set to false, then these tasks are not included.

Default:
true
notStarted
boolean
false

If set to false, then these tasks are not included.

Default:
true
running
boolean
false

If set to false, then these tasks are not included.

Default:
true

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers