Check if a job exists

head/jobs/{jobId}

Returns whether or not a job with the specified ID exists, along with appropriate headers.

Request Samples

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The job ID.

Responses

StatusMeaningDescription
200OK

Ok.

HeadersSchema
404Not Found

No job exists at the requested path.

Schema