---
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

---

[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/revisions/3b06bcb5f808/schema)
