> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Get table data

> Read the full data of a table: all rows with their cell values. Returns column schema and rows as maps of column name to value.

`get_table_data`

Read the full data of a table: all rows with their cell values. Returns column schema and rows as maps of column name to value.

## Parameters

<ParamField path="tableId" type="string" required />

<ParamField path="maxRows" type="integer" default={200}>
  Minimum: 1.
</ParamField>
