Check state availability
head/sessions/{sessionId}/state
Determines whether the state endpoint is available.
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session whose state endpoint you are checking. |
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. | ||
404 | Not Found | No resource exists at the requested path. |