v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
tables

Create Table Sheet Operation

Queue a recalculation operation for selected columns, rows, and cell statuses. 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}/operations

Path parameters

table_idstring uuid required

Table ID.

sheet_idstring uuid required

Table sheet ID.

Headers

X-API-KEYstring required

Your PromptLayer API key. The key's workspace scopes table resources for this request.

Request body

operation'recalculate'
column_idsstring[] nullable

Columns to recalculate. Text columns cannot be recalculated.

row_idsinteger[] nullable

Zero-based row indices to recalculate. If omitted, matching cells across all rows are considered.

statusesstring[] nullable

Cell statuses to include. Defaults to stale cells. Pass an empty array to include all statuses.

confirmation_tokenstring nullable

Confirmation token returned when the operation exceeds the confirmation threshold.

Response

No operation was queued or confirmation is required.

OR
OR