Returns the progress of a background bulk job created by DELETE /api/contacts/query-bulk-delete. Jobs live in an in-memory store and expire some time after completion; the response includes the cumulative processed count and the final status (pending while running, completed, or failed). Scoped to the caller’s organization — SUPERADMIN can poll any org’s jobs. Returns 404 for unknown/expired job IDs or jobs the caller does not own (no information leak).
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Job UUID returned by DELETE /api/contacts/query-bulk-delete.
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.