---
title: "Get Model Instance"
method: GET
path: "/v1/model-instances/{instance_id}"
tags: ["v1", "protected", "model-instances"]
---

# Get Model Instance

`GET /v1/model-instances/{instance_id}`

Get a specific model instance.

## Path parameters

- `instance_id` string, uuid, required

## Response `200`

Successful Response

- ModelInstanceResponse
  - `config_name` string, nullable
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, required
  - `is_active` boolean, required
  - `is_public` boolean, required
  - `model_display_name` string, nullable
  - `model_name` string, nullable
  - `model_spec_id` string, required
  - `name` string, required
  - `provider_config_id` string, required
  - `provider_icon_url` string, nullable
  - `provider_key` string, nullable
  - `provider_name` string, nullable
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 6 could not be searched.

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-06-18** `dad98bb65260` — 1 info
  - added the optional property `provider_icon_url` to the response with the `200` status
- **2026-03-30** `e9c153221160` — 1 warning
  - removed the optional property `provider_icon_url` from the response with the `200` status

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/model-instances/:instance_id/get.md)

---

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