Stop a table's work
Rows & batches
Stop a table's work
Cancel active enrichment, score, and sequence-drafting work on the table — the API equivalent of the in-app stop button. Sent history is never touched.
- Omit
columnsto stop the whole table (this also cancels lead-source jobs). - Pass
columns(column slugs) to stop only those columns. dryRun: truereports what’s currently active without stopping anything.
To stop outreach that has already been sent, use
POST /sequences/{sequenceId}/stop (one recipient) or
POST /tables/{tableId}/columns/{columnId}/campaign/pause (the whole campaign).
POST
Stop a table's work
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
{ tableId, cancelledCells, cancelledLeadSourceJobs } — or the dryRun report.