---
title: "List model revisions"
method: GET
path: "/projects/{projectId}/models/{id}/revisions"
tags: ["VolumeService"]
---

# List model revisions

`GET /projects/{projectId}/models/{id}/revisions`

Lists the immutable file revisions available for a custom model, newest first.

## Path parameters

- `projectId` string, required — Project identifier.
- `id` string, required — Model identifier.

## Response `200`

OK

- DEListRevisionsResponse — Immutable model revisions and pagination metadata.
  - `data` DEListRevisionsResponseRevision[] — Immutable revisions available for the model.
    - `revisionId` string, required — Revision identifier.
    - `createdAt` string, date-time, required — Timestamp when the revision was created.
    - `validationStatus` 'REVISION_VALIDATION_STATUS_PENDING' | 'REVISION_VALIDATION_STATUS_SUCCESS' | 'REVISION_VALIDATION_STATUS_FAILED' | 'REVISION_VALIDATION_STATUS_ERROR' — Current validation status for the revision.
    - `lastValidatedAt` string, date-time — Timestamp when validation most recently ran for the revision.
    - `validationErrors` DERevisionValidationError[] — Validation errors reported for the revision.
      - `rule` string — Validation rule that produced the error.
      - `severity` string — Severity level reported by the validation rule.
      - `message` string — Human-readable validation error message.
  - `next_cursor` string — Cursor for the next page. Null if there are no more results.
  - `object` 'list' — Object type. Always `list`.

## Other responses

- `default` — Default error response

## Changes

- **2026-07-26** `0c4fdad77435` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/together/apis/together-apis/changes/projects/:projectId/models/:id/revisions/get.md)

---

[API](https://skmtc.dev/together/apis/together-apis.md) · [All operations](https://skmtc.dev/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/together/together-apis/revisions/d8f688ad4165/schema)
