Get all locations for a team with optional filtering, sorting, and pagination.
Required Role: VIEWER or higher
Query parameters:
Returns paginated list of locations with metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by location type Cloud storage provider types.
s3, azure_blob, gcs, r2, b2, wasabi, railway, oracle_object_storage_s3, s3_compatible Search by name (case-insensitive)
Page number
x >= 1Items per page
1 <= x <= 100Field to sort by: name, created_at, last_verified_at
name, created_at, last_verified_at Sort order: asc or desc (default: desc) Sort order for list endpoints.
asc, desc