---
title: "Get model by ID"
method: GET
path: "/v1/models/{id}"
tags: ["Models", "Public"]
---

# Get model by ID

`GET /v1/models/{id}`

Retrieve a single model by its ID for the current organization

## Path parameters

- `id` string, required

## Response `200`

Model retrieved successfully

- object — Model retrieved successfully
  - `id` string
  - `name` string
  - `designer` string
  - `images` string[]
  - `sourceUrl` string
  - `sourceId` string
  - `source` 'thangs' | 'patreon' | 'makerworld' | 'manual' | 'mmf' | 'stlflix' | 'api'
  - `metadata` object
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `rev` number
  - `deletedAt` string, date-time, 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)
