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

# List model files

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

Lists files in the latest or specified revision of a model, including paths, sizes, and content hashes.

## Path parameters

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

## Query parameters

- `revisionId` string — Revision identifier to read from.

## Response `200`

OK

- DEListFilesResponse — Files and aggregate size information for one model revision.
  - `data` DEListFilesResponseFile[], required — Files in the selected model revision.
    - `path` string — File path within the model revision.
    - `hash` string — Content hash for integrity verification and upload deduplication.
    - `sizeBytes` string — File size in bytes.
  - `next_cursor` string — Cursor for the next page. Null if there are no more results.
  - `object` 'list', required
  - `revisionId` string — ID of the model revision whose files are listed.
  - `revisionCreatedAt` string, date-time — Time when the listed model revision was created.
  - `totalSizeBytes` string — Total size of all files in the revision, in bytes.

## Other responses

- `default` — Default error response

---

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