---
title: "List GPU instances"
method: GET
path: "/compute/v1/instances"
tags: ["Compute"]
---

# List GPU instances

`GET /compute/v1/instances`

Retrieves all GPU compute instances for your organization with real-time status updates from Lambda Labs. Includes pricing and runtime metrics. Perfect for monitoring AI workloads, document processing jobs, and cost tracking.

## Response `200`

Instances retrieved successfully

- object
  - `instances` object[]
    - `id` string
    - `name` string
    - `status` 'booting' | 'running' | 'stopping' | 'stopped' | 'terminated' | 'failed'
    - `ip` string, nullable
    - `instanceType` string
    - `region` string
    - `pricePerHour` string
    - `gpu` string
    - `startedAt` string, date-time, nullable
    - `totalRuntimeSeconds` integer
    - `totalCost` string
    - `createdAt` string, date-time
  - `count` integer

## Other responses

- `401` — Invalid or missing API key
- `500` — Failed to list instances

## Changes

- **2026-05-19** `5b7e64e6d6f9` — 1 warning
  - removed the optional property `instances/items/autoShutdownMinutes` from the response with the `200` status
- **2026-04-23** `2a016c5bb11e` — 1 info
  - endpoint added
- **2026-04-21** `dc391b8d8ad4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/compute/v1/instances/get.md)

---

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