Check engine list availability for a session
head/sessions/{sessionId}/engines
Determines whether it is possible to get engine information for a session.
Name | Type | Required | Description |
---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
Name | Type | Required | Description |
---|---|---|---|
filter | string<filter-criteria> | false | Specifies filter criteria for returned context definitions. |
limit | integer | false | Specifies the maximum number of engines to return in a page. The default value is "10". |
start | integer | false | Specifies the offset of the first engine to return. The default value is "0". |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. |