Skip to main content

Get a custom model's status and details

GET 

/v1/models/:model_uuid

Fetch a custom model's current status and full details.

Polling. Use this endpoint to observe progress after POST or PUT returns pending — generation is asynchronous. A typical poll loop runs every few seconds until status is completed, failed or reverted.

Authentication. Requires a valid X-API-Key header.

Request

Responses

The current snapshot of the model. status is one of pending, running, completed, failed, or reverted. When failed or reverted, error is populated with an ApiErrorResponse to indicate the issue.