---
title: "List Servers"
method: GET
path: "/miner/servers/"
tags: ["Miner"]
---

# List Servers

`GET /miner/servers/`

List all servers for the authenticated miner, with nested GPU info.
Provides full visibility into server inventory (including servers with no GPUs,
duplicate IPs, or name collisions).

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Response `200`

Successful Response

- MinerServersResponse — Response containing the miner's server inventory.
  - `servers` MinerServer[]
    - `server_id` string, required
    - `name` string, required
    - `ip` string, required
    - `is_tee` boolean, required
    - `version` string, nullable
    - `maintenance_pending` boolean
    - `created_at` string, nullable
    - `updated_at` string, nullable
    - `gpus` MinerServerGpu[]
      - `uuid` string, required
      - `gpu_identifier` string, required
      - `device_index` integer, required
      - `verified_at` string, nullable
      - `verification_error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/352418d4e3a2/schema)
