---
title: "Get a model volume revision"
method: GET
path: "/projects/{projectId}/models/{id}/revisions/{revisionId}"
tags: ["VolumeService"]
---

# Get a model volume revision

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

Retrieves metadata for one immutable revision of a custom model's files.

## Path parameters

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

## Response `200`

OK

- DEListRevisionsResponseRevision — Revision metadata for a volume object.
  - `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.

## 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/:revisionId/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/f4885bc38424/schema)
