List Locations
Locations
List Locations
Get all locations for a team with optional filtering, sorting, and pagination.
Required Role: VIEWER or higher
Query parameters:
- location_type: Filter by provider type (s3, azure_blob, gcs, etc.)
- q: Search by name (case-insensitive partial match)
- sort_by: Field to sort by (name, created_at, last_verified_at)
- sort_order: Sort direction (asc, desc). Default: desc
- page: Page number (default: 1)
- limit: Items per page (default: 50, max: 100)
Returns paginated list of locations with metadata.
GET
List Locations
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by location type Cloud storage provider types.
Available options:
s3, azure_blob, gcs, r2, b2, wasabi, railway, oracle_object_storage_s3, s3_compatible, tigris, digitalocean_spaces, hetzner, rabata Search by name (case-insensitive)
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Field to sort by: name, created_at, last_verified_at
Available options:
name, created_at, last_verified_at Sort order: asc or desc (default: desc) Sort order for list endpoints.
Available options:
asc, desc