---
title: "List models"
method: GET
path: "/v1/models"
tags: ["Models", "Public"]
---

# List models

`GET /v1/models`

List organization models with pagination, search, tags, and file presence filters.

## Query parameters

- `limit` number
- `offset` number
- `page` number
- `q` string
- `tags` union
  - string
  - string[]
- `has_files` 'true' | 'false'
- `visibility` 'public' | 'private'

## Response `200`

Default Response

- object
  - `models` object[]
  - `total` number

---

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