List Buckets
This endpoint lists buckets with pagination, sorting, and filtering options.
Query parameters
Request body
Response
Successful Response
Example response
{
"results": [
{
"unique_key": {
"default_policy": "upsert",
"description": "Single field, upsert by default (idempotent video ingestion)",
"fields": [
"video_id"
]
}
}
]
}Changes
Changed in 4 of the 30 revisions of this API.116
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DEACTIVATEDenum value to theresults/items/statusresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the new optional
queryrequest parameterafternew-optional-request-parameter
- ○
added the new optional
queryrequest parameternext_cursornew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parametercursornew-optional-request-parameter
- ○
added the new optional
queryrequest parameterinclude_totalnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpage_sizenew-optional-request-parameter
- ○
added the new optional request property
pagenew-optional-request-property
- ○
added the new optional request property
page_sizenew-optional-request-property
- ○
added the new optional request property
sortsnew-optional-request-property
- ○
the
limitrequest property default value10was removedrequest-property-default-value-removed
- ○
the
offsetrequest property default value0was removedrequest-property-default-value-removed
- ○
request property
limitlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
offsetlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○