getTableQuery
Retrieve a specific query configuration from a Tulip Table using table and query IDs to access manufacturing data through the Tulip API.
Instructions
Looks up a table query for a Tulip Table by id. Corresponds to GET /tables/{tableId}/query/{queryId}. Requires tables:read scope. [READ-ONLY]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The id of a Tulip Table. | |
| queryId | Yes | The id of a Tulip Table query. |