Verify that a job exists

head/sessions/{sessionId}/jobs/{jobId}

Determines whether the specified job exists.

Request Samples

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

jobId
string
true

Specifies the ID of the job to query.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
404Not Found

No resource exists at the requested path.