Get Bulk Job Status

Returns the current status of a previously initiated bulk row create, update, or delete job. Poll this endpoint after any bulk rows operation to determine when it has finished. The response includes job status — one of SCHEDULED (queued), RUNNING (actively processing), SUCCEEDED (all rows processed), PARTIALLY_SUCCEEDED (completed with some failures), or FAILED (terminated with errors) — and a percentProgress value. For create jobs, the response also includes the list of rowId values that were created. The jobId is obtained from the bulk operation response. Returns 200 with the job status resource. Returns 404 if the audienceId or jobId does not exist.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!