Skip to main content

Get Model Edition Detail

GET 

/api/v1/orgs/{orgId}/ai-models/{modelId}/editions/{edition}

Returns the full metadata for a single model edition.

  • Includes file info (id, name, size, SHA-256 hash, storage URI), lifecycle status, change summary, and creation / integrity-verification timestamps.

  • Returns 404 if the model does not exist (ModelNotFound) or the edition string is not found under the model (EditionNotFound).

Request

Responses

OK