Retrieve a model
API Reference
Retrieve a model
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
GET
Retrieve a model
Path Parameters
The ID of the model to use for this request
Response
200 - application/json
OK
Describes an AI model that can be used with the API.
The model identifier, which can be referenced in the API endpoints.
The object type, which is always 'model'.
Available options:
model The Unix timestamp (in seconds) when the model was created.
The organization or client that owns the model.
The status of the model.
Available options:
building, idle, ready, failed 
