Skip to main content

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

Versions retrieved successfully