---
title: "List active or deleted model files for one model"
method: GET
path: "/v1/model-files"
tags: ["Model Files"]
---

# List active or deleted model files for one model

`GET /v1/model-files`

Active listing excludes soft-deleted rows. Deleted listing returns tombstones intentionally and never piggybacks on the active response. Filter options are computed on the first page and omitted when offset is greater than zero.

## Query parameters

- `modelId` string, uuid, required
- `view` 'active' | 'deleted', required
- `search` string
- `filters` string
- `tags` string
- `printer_profiles` string
- `file_types` string
- `limit` integer
- `offset` integer

## Response `200`

Default Response

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-08-07** `3b06bcb5f808` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/model-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/2f5f761dfbdc/schema)
