---
title: "List All Volumes"
method: GET
path: "/orgs/{org_slug}/volumes"
tags: ["Organizations"]
---

# List All Volumes

`GET /orgs/{org_slug}/volumes`

List all volumes for an organization with optional filters and cursor-based pagination.

## Path parameters

- `org_slug` string, required

## Query parameters

- `include_deleted` boolean
- `region` string
- `state` string
- `summary` boolean
- `updated_after` string
- `cursor` string
- `limit` integer

## Response `200`

OK

- OrgVolumesResponse
  - `last_updated_at` string
  - `last_volume_id` string
  - `next_cursor` string
  - `volumes` OrgVolume[]
    - `app_name` string
    - `attached_alloc_id` string
    - `attached_machine_id` string
    - `auto_backup_enabled` boolean
    - `block_size` integer
    - `blocks` integer
    - `blocks_avail` integer
    - `blocks_free` integer
    - `bytes_total` integer
    - `bytes_used` integer
    - `created_at` string
    - `encrypted` boolean
    - `fstype` string
    - `host_status` 'ok' | 'unknown' | 'unreachable'
    - `id` string
    - `name` string
    - `region` string
    - `size_gb` integer
    - `snapshot_retention` integer
    - `state` string
    - `type` 'local' | 'cache'
    - `updated_at` string
    - `zone` string

---

[API](https://skmtc.net/machines/apis/machines-api.md) · [All operations](https://skmtc.net/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/machines/machines-api/versions/633ddedda749/schema)
