---
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
    - `tags` string[], nullable
    - `download_url` string, nullable

## Other responses

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

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
