List buckets
List all buckets.
Query parameters
Filter by bucket (exact match).
Filter by creation date (exact match).
Filter by creation date (greater than or equal).
Filter by creation date (less than or equal).
Filter by description (case-insensitive, partial match).
Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.
Filter by last editor (case-insensitive, partial match).
Filter by last modified date (exact match).
Filter by last modified date (greater than or equal).
Filter by last modified date (less than or equal).
Filter by name (case-insensitive, partial match).
Which field to use when ordering the results.
A page number within the paginated result set.
A numeric value that indicates the number of items per page.
A search term.
Filter by status (accepts comma-separated values).
Filter by workloads access (accepts comma-separated values).
Response
List of buckets retrieved successfully.
Example response
{
"count": 123,
"total_pages": 10,
"page": 1,
"page_size": 10,
"next": "https://api.example.com/items?page=3",
"previous": "https://api.example.com/items?page=1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.