Check endpoint availability
head/sessions/{sessionId}/jobs/{jobId}/state
Determines whether the state can be determined for a job.
Name | Type | Required | Description |
---|---|---|---|
jobId | string | true | Specifies the ID of the job to return information for. |
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
wait | integer | false | Specifies the request time-out, in seconds. This parameter is ignored unless it is specified in combination with the |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
304 | Not Modified | The session state has not changed since the request was issued using the ETag that is specified in the `If-None-Match` header. | ||
400 | Bad Request | The request was invalid. The session is in a state that cannot process this request. | ||
404 | Not Found | No resource exists at the requested path. |