> ## 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.

# Lookup table rows

> Look up rows in a table. Returns each row's ID and identifier (primary key) value, plus a preview of cell values for the first few columns. Use this to…

`lookup_table_rows`

Look up rows in a table. Returns each row's ID and identifier (primary key) value, plus a preview of cell values for the first few columns. Use this to find the correct rowId when the user references a specific record (e.g. 'the 2nd row' or 'David Smith').

## Parameters

<ParamField path="tableId" type="string" required>
  The ID of the table to look up rows in.
</ParamField>

<ParamField path="limit" type="integer">
  Max rows to return (default 50).
</ParamField>
