---
title: "List nodes"
method: GET
path: "/v1/nodes"
tags: ["Nodes"]
---

# List nodes

`GET /v1/nodes`

List all nodes for the authenticated account

## Query parameters

- `id` string[]
- `name` string[]
- `type` 'autoreserved' | 'reserved'

## Response `200`

List of nodes

- NodeApiListResponseNode
  - `object` string, required
  - `data` object[], required
    - `object` string, required
    - `id` string, required
    - `name` string, required
    - `zone` string, nullable
    - `gpu_type` 'H100' | 'H200', required
    - `owner` string, required
    - `status` 'pending' | 'awaitingcapacity' | 'running' | 'released' | 'terminated' | 'deleted' | 'failed' | 'unknown', required — Node Status
    - `created_at` integer, nullable — Creation time as Unix timestamp in seconds
    - `updated_at` integer, nullable — Last updated time as Unix timestamp in seconds
    - `start_at` integer, nullable — Start time as Unix timestamp in seconds
    - `end_at` integer, nullable — End time as Unix timestamp in seconds
    - `deleted_at` integer, nullable — Deletion time as Unix timestamp in seconds
    - `procurement_id` string, nullable
    - `max_price_per_node_hour` integer, nullable — Max price per hour you're willing to pay for a node in cents
    - `node_type` 'autoreserved' | 'reserved', required
    - `vms` NodeApiVmList
      - `object` string, required
      - `data` NodeApiVm[], required
        - `object` string, required
        - `id` string, required
        - `status` 'Pending' | 'Running' | 'Destroyed' | 'NodeFailure' | 'Unspecified', required
        - `created_at` integer, required
        - `updated_at` integer, required
        - `start_at` integer, nullable, required
        - `end_at` integer, nullable, required
        - `image_id` string, nullable
        - `zone` string, required
    - `current_vm` NodeApiVm
      - `object` string, required
      - `id` string, required
      - `status` 'Pending' | 'Running' | 'Destroyed' | 'NodeFailure' | 'Unspecified', required
      - `created_at` integer, required
      - `updated_at` integer, required
      - `start_at` integer, nullable, required
      - `end_at` integer, nullable, required
      - `image_id` string, nullable
      - `zone` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-05-15** `b819ba3108b3` — 3 warning, 48 info
  - removed the optional property `error/details` from the response with the `401` status
  - removed the optional property `error/details` from the response with the `403` status
  - removed the optional property `error/details` from the response with the `500` status
  - removed the `api_error` enum value from the `error/type` response property for the response status `400`
  - …47 more
- **2025-12-19** `03edf542ab39` — 4 info
  - removed the `resource_unavailable` enum value from the `error/type` response property for the response status `400`
  - removed the `resource_unavailable` enum value from the `error/type` response property for the response status `401`
  - removed the `resource_unavailable` enum value from the `error/type` response property for the response status `403`
  - removed the `resource_unavailable` enum value from the `error/type` response property for the response status `500`
- **2025-12-18** `54af1b82f474` — 4 warning
  - added the new `resource_unavailable` enum value to the `error/type` response property for the response status `400`
  - added the new `resource_unavailable` enum value to the `error/type` response property for the response status `401`
  - added the new `resource_unavailable` enum value to the `error/type` response property for the response status `403`
  - added the new `resource_unavailable` enum value to the `error/type` response property for the response status `500`
- …earlier changes not shown

[Full history](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/changes/v1/nodes/get.md)

---

[API](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/revisions/93dd7661e9bb/schema)
