Authorizations
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings.
Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
Body
Request model for listing buckets.
Search term for wildcard search across all text fields
Filters to apply to the bucket list
Sort options for the bucket list
If True, filters and search will be case-sensitive
Number of results to return
1 <= x <= 100
Number of results to skip
x >= 0
Response
Successful Response
Response model for listing buckets.
Total number of buckets matching the query
PaginationResponse.
Aggregate statistics across all buckets in the result Aggregate statistics for a list of buckets.