---
title: "List Disks"
method: GET
path: "/api/v1/disks/"
tags: ["Disks"]
---

# List Disks

`GET /api/v1/disks/`

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- GenericPaginationResponseListAPIDiskConfig
  - `total_count` integer — Total number of items available in the dataset
  - `offset` integer — Number of items to skip before starting to collect the result set
  - `limit` integer — Maximum number of items to return
  - `data` APIDiskConfig[], required
    - `id` string — Unique identifier for the disk, generated as a UUID.
    - `name` string, required — Name of the disk.
    - `createdAt` string, date-time — Timestamp when the disk was created.
    - `updatedAt` string, date-time — Timestamp when the disk was last updated.
    - `terminatedAt` string, date-time, nullable — Timestamp when the disk was terminated.
    - `status` 'PROVISIONING' | 'PENDING' | 'ACTIVE' | 'STOPPED' | 'ERROR' | 'DELETING' | 'UNKNOWN' | 'TERMINATED'
    - `providerType` 'runpod' | 'fluidstack' | 'lambdalabs' | 'hyperstack' | 'oblivus' | 'cudocompute' | 'scaleway' | 'tensordock' | 'datacrunch' | 'latitude' | 'crusoecloud' | 'massedcompute' | 'akash' | 'primeintellect' | 'primecompute' | 'dc_impala' | 'dc_kudu' | 'dc_roan' | 'nebius' | 'dc_eland' | 'dc_wildebeest' | 'vultr' | 'dc_gnu' | 'denvr', required
    - `size` integer — Size of the disk in GB.
    - `info` object, nullable — JSON field for additional information about the disk.
    - `priceHr` number, nullable — Hourly price for using the disk.
    - `stoppedPriceHr` number, nullable — Hourly price when the disk is stopped.
    - `provisioningPriceHr` number, nullable — Hourly price during provisioning.
    - `userId` string, nullable, required — ID of the user associated with this disk.
    - `teamId` string, nullable — ID of the team owning this disk.
    - `walletId` string, nullable — ID of the wallet associated with this disk.
    - `pods` string[] — Pods attached to the disk.
    - `clusters` string[] — Clusters attached to the disk.
  - `status` string, nullable — Response status

## Other responses

- `401` — Authorization failed
- `422` — Invalid request data

---

[API](https://skmtc.net/primeintellect/apis/pi-api.md) · [All operations](https://skmtc.net/primeintellect/apis/pi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/primeintellect/pi-api/revisions/3d3868828a78/schema)
