Document apiReferenceTables

tables.getCells

Retrieve cell information for a table, optionally filtered by row or column.

read-onlyidempotent
doc.tables.getCells(…)

Expected result

Returns a TablesGetCellsOutput with cell information for the requested rows and columns.

Inputs

targetTableAddressconditionally required
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
nodeIdstringconditionally required
2 additional input fields
rowIndexinteger
columnIndexinteger

Result

Output fields
nodeIdstringrequired
addressTableAddressrequired
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
cellsobject[]required

Failures

Pre-apply throws

  • TARGET_NOT_FOUND

Raw schemas

Open the generated JSON artifact for the exact input, output, success, and failure schemas represented by this contract version.

View raw JSON schemas