Volumes
List volumes
Returns volumes owned by the caller, sorted by created_at descending.
GET
List volumes
Authorizations
Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Last modified on May 23, 2026
Previous
Create a volumeProvisions a persistent volume synchronously. Volumes are backed by Brimble's
globally distributed S3-compatible object storage; when the response returns
the disk is allocated and ready to attach to a sandbox or project.
Names are unique per user. Region is permanently pinned at creation;
volumes can only attach to sandboxes / projects in the same region.
`type` declares the surface this volume is intended for and drives where
it shows up in attach pickers:
- `web`, project disk (default)
- `sandbox`, sandbox disk
Next
List volumes