Document apiReferenceTables

tables.get

Retrieve table structure and dimensions by locator.

read-onlyidempotent
doc.tables.get(…)

Expected result

Returns a TablesGetOutput with the table row count, column count, and structural metadata.

Inputs

targetTableAddressconditionally required
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
nodeIdstringconditionally required

Result

Output fields
nodeIdstringrequired
addressTableAddressrequired
Fields
kind"block"required
nodeType"table"required
nodeIdstringrequired
rowsintegerrequired
columnsintegerrequired

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