Skip to main content
POST
Recalculate Cell
Queue recalculation for one computed cell in a Table sheet. The response returns an execution_id when recalculation is queued. If the cell does not need recalculation, the endpoint returns successfully without an execution.

Authorizations

X-API-KEY
string
header
required

Path Parameters

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

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.