Skip to main content
POST
Run selected rows

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Body

application/json

Request body for an on-demand recompute run scoped to explicit rows.

record_ids
string<uuid>[]
required

Record IDs of the rows to recompute.

Required array length: 1 - 1000 elements

Response

Successful Response

Result of requesting a row-scoped recompute run.

run is None while the workflow start is still queued — the run row is minted post-commit, and the active-runs poll picks it up.

run
TableRunReadSchema · object | null
required

A table recompute run with its static denominator and monotone counters.