Get options schema for an engine
get/sessions/{sessionId}/engines/{engineName}/definition
Returns the options schema for a specific engine.
| Name | Type | Required | Description |
|---|---|---|---|
engineName | string | true | Specifies the name or nickname of the requested engine. |
sessionId | string<object-id> | true | Specifies the ID of the session. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No engine exists at the requested path. | Schema | |
| 501 | Not Implemented | The specified engine is not supported. |