getTableRecord
Retrieve a specific record from a Tulip Table by providing the table ID and record ID. This tool enables access to manufacturing data stored in Tulip's platform for operational use.
Instructions
Gets a specific record from a Tulip Table. Corresponds to GET /tables/{tableId}/records/{recordId}. Requires tables:read scope. [READ-ONLY]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The ID of the table | |
| recordId | Yes | The ID of the record to retrieve |