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