v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
smart-tables

Recalculate Cells (Batch)

Trigger recalculation for a batch of cells identified by ID. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.

post/api/public/v2/tables/{table_id}/sheets/{sheet_id}/cells/recalculations

Path parameters

table_idstring uuid required
sheet_idstring uuid required

Request body

cell_idsstring[] required

List of cell IDs to recalculate.

Response

No cells to recalculate

successboolean

Indicates that the request failed.

messagestring

Human-readable error message.

errorstring

Machine-readable or fallback error message.