---
title: "GET /v1/sandboxes/:id/volumes — mounted volumes (API key, org inferred)."
method: GET
path: "/v1/sandboxes/{sandbox_id}/volumes"
tags: ["sandboxes"]
---

# GET /v1/sandboxes/:id/volumes — mounted volumes (API key, org inferred).

`GET /v1/sandboxes/{sandbox_id}/volumes`

## Path parameters

- `sandbox_id` string, uuid, required

## Response `200`

Mounted volumes

- SandboxVolumeMount[]
  - `mount_path` string, required — Absolute path where the volume is mounted inside the guest.
  - `name` string, nullable — User-facing volume name; `None` identifies the organization host disk.
  - `read_only` boolean, required — Whether this binding is read-only.
  - `volume_id` string, uuid, required — Resolved volume identifier, suitable for the volume metrics API.

## Other responses

- `401` — Unauthorized
- `404` — Sandbox not found

---

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