get_service_lines
Fetch service lines from Starlink Enterprise with filters for address, nickname, UT ID, serial number, or data pool, supporting pagination and sorting by creation date.
Instructions
Get all service lines — Required permission: Service plan, View. — [GET /public/v2/service-lines]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addressReferenceId | No | Filter by an Address Reference ID | |
| searchString | No | Filter by fuzzy match of nickname, or exact match on UT ID, UT nickname, UT serial number, or service line number | |
| dataPoolId | No | Filter for service lines on a given data pool | |
| page | No | The index of the page, starting at 0. Page size is 100. Default: 0 | |
| orderByCreatedDateDescending | No | Sort the paginated results by created date. Default: true |