List Editions of a Model
GET/api/v1/orgs/{orgId}/ai-models/{modelId}/editions
Returns a paginated list of editions for the specified model.
-
Each item includes the edition string, description, lifecycle status, and file info.
-
Results are primarily ordered newest-first by creation time;
sorting(edition / fileSize, asc or desc) applies as a secondary key. -
statusoptionally filters by one or more lifecycle states (comma-separated); unrecognized values are ignored. -
Returns 404 if the model does not exist under the organization (ModelNotFound).
Request
Responses
- 200
OK