v10
latestOpenAPI 3.1.02026-08-085671,1112.8 MBBuckets
List Buckets
This endpoint lists buckets with pagination, sorting, and filtering options.
post/v1/buckets/list
Query parameters
limitinteger nullable
page_sizeinteger nullable
offsetinteger nullable
pageinteger nullable
cursorstring nullable
next_cursorstring nullable
afterstring nullable
include_totalboolean
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"
]
}
}
]
}