Skip to main content
GET
Poll a bulk-delete background job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Job UUID returned by DELETE /api/contacts/query-bulk-delete.

Response

Job status

Progress snapshot for a background bulk job (currently query-bulk-delete). processed counts records cumulatively across all batches; total is set to the final count when the job completes.

jobId
string
required
status
enum<string>
required
Available options:
pending,
completed,
failed
processed
integer
required
total
integer
required
error
string

Present only when status is failed.