v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBBatch Jobs
Create a batch job
Creates a new asynchronous batch job that reads its data source row-by-row and dispatches a consumer event for each row. The data source can be a previously run report, an audience list, or an uploaded file asset (CSV, PSV, or JSON). The job begins processing immediately after creation; poll GET /v6/batches/{batchId} to monitor status. For small inline batches of events, use POST /v6/async-events in the event-api instead.
post/v6/batches
Request body
Response
Batch job created. Returns the full job record with an initial status of PENDING.