Skip to main content
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

tableId
string
required
The ID of the table to look up rows in.
limit
integer
Max rows to return (default 50).