---
title: "List the instances for the given inference deployment."
method: GET
path: "/users/{login_name}/clusters/{cluster_id}/deployments/{name}/instances"
tags: ["deployment", "instance"]
---

# List the instances for the given inference deployment.

`GET /users/{login_name}/clusters/{cluster_id}/deployments/{name}/instances`

List the instances for the given inference deployment.

## Path parameters

- `login_name` string, required
- `cluster_id` string, required
- `name` string, required

## Response `200`

OK

- InstanceListResponse
  - `instances` DeploymentInstance[]
    - `spec` InstanceSpec
      - `name` string
      - `owner_reference` string
    - `status` InstanceStatus
      - `createdAt` string
      - `message` string
      - `phase` string
      - `reason` string

---

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