Skip to main content
POST
Recalculate Cell
Trigger recalculation for a single cell. Returns 202 Accepted with an execution_id that can be used to track progress.

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.