Organizations
List All Volumes
List all volumes for an organization with optional filters and cursor-based pagination.
get/orgs/{org_slug}/volumes
Path parameters
org_slugstring required
Fly Organization Slug
Query parameters
include_deletedboolean
Include deleted volumes
regionstring
Region filter
statestring
Comma separated list of volume states to filter
summaryboolean
Only return summary info about volumes (omit blocks, block size, etc)
updated_afterstring
Only return volumes updated after this time. Timestamp must be in the RFC 3339 format
cursorstring
Pagination cursor from previous response (takes precedence over updated_after)
limitinteger
The number of volumes to fetch (max of 1000). This limit is advisory. Responses may be shorter, even when more volumes remain. If omitted, the maximum is used
Response
OK