Skip to main content
POST
Recalculate Cells (Batch)
Trigger recalculation for a batch of cells by ID. Returns 202 Accepted with an execution_id. Use this endpoint to kick off computation for specific cells after adding rows or updating text cell values.

Authorizations

X-API-KEY
string
header
required

Path Parameters

table_id
string<uuid>
required
sheet_id
string<uuid>
required

Body

application/json
cell_ids
string<uuid>[]
required

List of cell IDs to recalculate.

Response

No cells to recalculate

Standard error response. Some legacy endpoints may return either message or error.

success
boolean
default:false

Indicates that the request failed.

message
string

Human-readable error message.

error
string

Machine-readable or fallback error message.