listInterfaces
Retrieve a paginated, filtered, and sorted list of manufacturing interfaces from the Tulip platform to manage station operations.
Instructions
Gets a paginated, filtered, and sorted list of interfaces. Corresponds to GET /api/stations/v1/interfaces. Requires stations:read scope. [READ-ONLY]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of items listed | |
| offset | No | Return documents after a certain offset | |
| sort | No | Sort the result by name, lastModified.at, and created.at. Separate by comma. Specify descending sort with a - character |