---
title: "Get Volumes"
method: GET
path: "/api/v1/runtime/volumes"
tags: ["runtime"]
---

# Get Volumes

`GET /api/v1/runtime/volumes`

List the active workspace volume for the selected provider.

## Query parameters

- `provider` 'daytona', nullable — Optional runtime volume backend override. Defaults to the active sandbox provider.

## Response `200`

Successful Response

- VolumeListResponse — Response for the volume list endpoint.
  - `provider` 'daytona', required — Runtime volume backend used to satisfy the request.
  - `volumes` VolumeListItem[] — Available persistent volumes.
    - `id` string, required — Volume identifier.
    - `name` string, required — Volume name.
    - `state` string — Volume state (e.g. ready, creating).
    - `created_at` string, nullable — ISO-8601 creation timestamp when available.

## Other responses

- `400` — The requested volume provider is not supported.
- `401` — Authentication is required or the provided token is invalid.
- `422` — Validation Error
- `502` — The runtime volume provider failed to list volumes.
- `503` — Runtime services are unavailable because server startup is incomplete.
- `504` — Volume list timed out before the backend returned a result.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/versions/62e8c152aa18/schema)
