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