---
title: "GET /v1/volumes/{id}"
method: GET
path: "/v1/volumes/{id}"
tags: ["volumes"]
---

# GET /v1/volumes/{id}

`GET /v1/volumes/{id}`

## Path parameters

- `id` string, required

## Response `200`

Volume

- VolumeInfo
  - `appInstanceId` string, nullable
  - `createdAt` string, required
  - `id` string, required
  - `name` string, required
  - `nodeId` string, required
  - `sizeGb` integer, required
  - `status` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/smolmachines/apis/smolfleet-api.md) · [All operations](https://skmtc.net/smolmachines/apis/smolfleet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smolmachines/smolfleet-api/revisions/853ec529472a/schema)
