---
title: "Get Disk"
method: GET
path: "/api/v1/disks/{disk_id}"
tags: ["Disks"]
---

# Get Disk

`GET /api/v1/disks/{disk_id}`

## Path parameters

- `disk_id` string, required

## Response `200`

Successful Response

- APIDiskConfig
  - `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.

## 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)
