Get options schema for an engine

get/sessions/{sessionId}/engines/{engineName}/definition

Returns the options schema for a specific engine.

Request Samples

1

Response Samples

1Not Available

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
200OK

The request succeeded.

Headers
400Bad Request

The request was invalid.

Schema
404Not Found

No engine exists at the requested path.

Schema
501Not Implemented

The specified engine is not supported.