23e05292e326
latestOpenAPI 3.1.02026-08-105681,1132.8 MBBatches
List All Batches
List batches across all buckets in the organization. Filter with status, bucket_id, collection_id, or namespace_id in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass namespace_id in the body instead.
post/v1/batches/list
Request body
Response
Successful Response
Example response
{
"results": [
{
"batch_id": "btch_simple_001",
"bucket_id": "bkt_videos",
"collection_ids": [
"col_chunks"
],
"dag_tiers": [
[
"col_chunks"
]
],
"description": "Simple single-tier batch (DRAFT)",
"metadata": {
"campaign_id": "Q4_2025"
},
"object_ids": [
"obj_video_001",
"obj_video_002"
],
"status": "DRAFT",
"tier_tasks": [],
"total_tiers": 1,
"type": "BUCKET"
}
]
}