Create batch
Phase 1 of 2-phase batch API. Creates a batch record and optionally blocks the parent run for batchTriggerAndWait. After creating a batch, stream items via POST /api/v3/batches//items.
Documentation Index
Fetch the complete documentation index at: https://trigger-docs-streams-deleted-during-wait.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Expected number of items in the batch. Must be a positive integer.
x >= 1Parent run ID (friendly ID) for batchTriggerAndWait.
Whether to resume parent on completion. Set to true for batchTriggerAndWait.
Idempotency key for the batch. If provided and a batch with this key already exists, the existing batch will be returned.
Response
Batch successfully created

