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

# Get model by ID

`GET /admin/models/{id}`

Retrieve a specific model by its ID with user and system prompt relations

## Path parameters

- `id` string, required

## Response `200`

Model retrieved successfully

- ModelDetailResponseDto
  - `model` Model, required

## Other responses

- `404` — Model not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
