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
- 200
- 404
- 422
- 500
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.
MODEL_NOT_FOUND
Validation Error
INTERNAL_ERROR