Execute up to 10 POST /v1/documents/list queries in parallel against the
same namespace and return their responses together.
Collapses dossier / multi-collection N+1 fan-outs into one round-trip. Each
sub-query is independent; a failure in one does not fail the batch — the
failing entry’s response is null and error carries a short message.
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'. Falls back to ?namespace= query parameter if the header is omitted.
"ns_abc123def456"
"production"
"my-namespace"
Batch-execute multiple namespace-scoped list-documents queries in parallel.
Intended to collapse dossier / multi-collection UI N+1 patterns into one
round-trip. Canvas pages that fan out 5–10 parallel list_documents
calls (e.g., scene counts + face clusters + scene archetypes filtered by
the same brand_slug) should bundle them here instead.
Queries to execute concurrently against the same namespace.
1 - 10 elementsSuccessful Response
Response for POST /v1/documents/list/batch.
One entry per input query, in the same order as requested.