Poll a bulk-delete job
Returns the current status of an async bulk-delete job created by the
202 branch of POST /v1/leads/bulk-delete. Poll until status is a
terminal value (completed, completed_with_skipped, failed, or
canceled). Requires scope: leads:read.
Authorizations
Use Authorization: Bearer tc_live_xxxxx
Path Parameters
Bulk-delete job UUID, returned as job_id by the 202 response.
Response
Job status
Status of an async bulk-delete job (POST /v1/leads/bulk-delete 202 branch).
pending, running, completed, completed_with_skipped, failed, canceled Number of leads the job matched at intake time.
Number of leads deleted so far.
Number of leads skipped (e.g. already deleted, cross-account filtered).
Number of 1000-row chunks the worker has drained.
Total number of chunks the job was split into.
Error message if the job failed. Null otherwise.