List the versions of a model
GET/models/:modelId/versions
Returns a paginated list of every version of the model, newest first, without their bodies. A single version can run to hundreds of kilobytes, so retrieve one in full from the individual version endpoint.
A version carrying frozenAt has been published beyond development and can no longer be
changed. Any other version can still be replaced in place.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Versions retrieved successfully
The pagination cursor is not valid
Missing or invalid bearer token
Token does not carry the management:models:read scope
Model not found