Cancel a table run
Request cancellation of one active run: the run flips to cancelling, the next compute page observes the flip, and the workflow finalizes the run as cancelled. Edge case: a cancel accepted after the final page has already computed finalizes the run as completed (or completed_with_errors) instead of cancelled.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
A table recompute run with its static denominator and monotone counters.
Cells processed so far; clamped to cells_total so the banner can never overshoot.
Cells whose formula evaluation failed.
Cells that ran clean but found nothing. Free, never retried, and excluded from errored views. Counted within cells_done.
Cells the run deliberately skipped — a missing required input or a false run condition. Counted within cells_done.
Exact static denominator, fixed when the run plan is minted.
Failure description when the run status is failed.
The rows this run resolved to at mint. Present on every read so a resync cannot lose it and silently fall back to painting the whole column busy.
The run's lifecycle status.
pending, running, cancelling, cancelled, paused_for_credits, completed, completed_with_errors, failed What kind of mutation requested the run.
cell_edited, row_added, row_manual, column_added, column_edited, column_manual The column a column-lineage run recomputes, parsed from its workflow identity; null for whole-table runs. Narrows the grid's busy paint to one column — row_scope is what narrows it to the rows within that column.
How many automatic export retries preceded this run. 0 is a run a person or a schedule asked for; higher values mark the follow-ups queued for rows whose push failed for a retryable reason, so a run history can tell 'we tried again' from 'you ran it again'.