Retrieve engine
GET {{baseUrl}}/engines/:engineId
Retrieves an engine instance, providing basic information about the engine such as the owner and availability.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"object": "engine",
"id": "babbage",
"ready": true,
"owner": "openai",
"permissions": null,
"created": null
} |
ENDPOINTS