---
title: "List Volumes"
method: GET
path: "/apps/{appId}/volumes"
tags: ["Volumes"]
---

# List Volumes

`GET /apps/{appId}/volumes`

Lists all volume templates and their instances for an application, including usage statistics.

## Path parameters

- `appId` string, required

## Response `200`

Volumes were successfully retrieved.

- ListVolumesResponse — List volumes response
  - `items` VolumeInList[]
    - `name` string
    - `id` string
    - `size` number, double
    - `totalUsage` number, double
    - `totalInstancesCount` integer
    - `attachedInstancesCount` integer
    - `containersCount` integer
    - `volumeInstances` VolumeInstance[]
      - `id` string
      - `attachedPods` string[]
      - `attachedContainers` string[]
      - `region` string
      - `status` 'unknown' | 'attached' | 'detached' | 'extending' | 'deleting' | 'creating' | 'notScheduled' | 'scheduled' | 'failed'
      - `size` number, double
      - `usage` number, double
      - `set` string
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable
  - `summary` ListVolumesSummary
    - `totalPods` integer
    - `totalContainers` integer
    - `totalStorage` number, double

## Other responses

- `401` — User is unauthorized.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
