Headers
Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'
Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint.
Path Parameters
The unique identifier of the bucket.
The unique identifier of the batch.
Body
The request model for adding objects to an existing batch.
A list of object IDs to add to the batch.
1
["object_789", "object_101"]
Response
Successful Response
The base model for a batch.
The unique identifier of the bucket.
The unique identifier of the batch.
"batch_123"
The current status of the batch.
PENDING
, IN_PROGRESS
, PROCESSING
, COMPLETED
, FAILED
, CANCELED
, UNKNOWN
, SKIPPED
, DRAFT
A list of object IDs included in the batch.
["object_123", "object_456"]
The error message if the batch failed to process.
"Failed to process batch: Object not found"
The type of the batch.
BUCKET
, COLLECTION
The S3 manifest key for the batch.
"s3://bucket/manifest.json"
The task ID of the batch.
"task_123"
A list of object IDs that were successfully loaded into the batch.
Internal engine/job metadata (e.g., job_id for provider).