---
title: "List model files"
method: GET
path: "/v1/models/{modelId}/files"
tags: ["Models", "Public"]
---

# List model files

`GET /v1/models/{modelId}/files`

List all files for a model with signed download URLs.

## Path parameters

- `modelId` string, required

## Response `200`

Model files with download URLs

- object — Model files with download URLs
  - `files` object[]
    - `id` string
    - `filename` string
    - `file_path` string
    - `file_type` string
    - `file_size` number
    - `created_at` string
    - `rev` number, nullable
    - `deleted_at` string, nullable
    - `deleted_rev` number, nullable
    - `content_hash` string, nullable
    - `lifecycle_status` string
    - `processing_stage` string, nullable
    - `active_processing_generation` string, nullable
    - `processing_error_code` string, nullable
    - `processing_error_message` string, nullable
    - `processing_warnings` unknown[]
      - unknown
    - `tags` string[], nullable
    - `download_url` string, nullable

## Other responses

- `404` — Model not found
- `500` — Internal server error

## Changes

> 24 revisions in range; 5 could not be searched.

- **2026-08-11** `6ac11cc265be` — 6 info
  - added the optional property `files/items/active_processing_generation` to the response with the `200` status
  - added the optional property `files/items/lifecycle_status` to the response with the `200` status
  - added the optional property `files/items/processing_error_code` to the response with the `200` status
  - added the optional property `files/items/processing_error_message` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/models/:modelId/files/get.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/daa5509d053e/schema)
