List Buckets
This endpoint lists buckets with pagination, sorting, and filtering options.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request model for listing buckets.
Search term for wildcard search across bucket_id, bucket_name, description, and other text fields
Filters to apply to the bucket list. Supports filtering by bucket_id or bucket_name.
Sort options for the bucket list
If True, filters and search will be case-sensitive
Number of results to return
1 <= x <= 1000Number of results to skip
x >= 0Response
Successful Response
Response model for listing buckets.
Total number of buckets matching the query
PaginationResponse.
Cursor-based pagination response:
- Use next_cursor for navigation
- Total count fields only populated when include_total=true
Aggregate statistics across all buckets in the result

