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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Batch successfully created