Get session state
get/sessions/{sessionId}/state
Returns the session state.
Name | Type | Required | Description |
---|---|---|---|
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 | Schema |
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. | Schema | |
404 | Not Found | No resource exists at the requested path. | Schema |