listTableRecords
Retrieve records from a Tulip manufacturing table by specifying the table ID, with optional pagination controls for limit and offset.
Instructions
Lists records of a Tulip Table. Corresponds to GET /tables/{tableId}/records. Requires tables:read scope. [READ-ONLY]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The ID of the table to list records from | |
| limit | No | Maximum number of records to return | |
| offset | No | Number of records to skip |