Logo
Artificial Intelligence API Documentation

Retrieve engine

GET {{baseUrl}}/engines/:engineId

Retrieves an engine instance, providing basic information about the engine such as the owner and availability.

See More

 

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 }



Curl
curl -X GET 'https://api.openai.com/v1/engines/:engineId'

ENDPOINTS