tracecat_list_rows
Retrieve rows from a specific table with optional pagination using limit and offset parameters.
Instructions
List rows in a table with optional pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID | |
| limit | No | Maximum number of rows to return | |
| offset | No | Number of rows to skip |