Get engine information for a session

head/sessions/{sessionId}/engines/{engineName}/definition
Internal-Use Only

Determines whether information for the specified engine is available.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
engineName
string
true

Specifies the name or nickname of the requested engine.

sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
limit
integer
false

Specifies the maximum number of resources to return. The default value is "50".

start
integer
false

Specifies the offset of the first resource to return. The default value is "0".

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.
404Not FoundNo engine exists at the requested path.
501Not ImplementedThe specified engine is not supported.