get_user_terminals
Retrieve user terminals from your Starlink account with optional filters for service lines, IDs, or search strings. Results are paginated with a page size of 100.
Instructions
Get all user terminals — Required permission: Device management, View.Gets all user terminals on the account, filtered by the optional filter parameters, in paginated form — [GET /public/v2/user-terminals]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceLineNumbers | No | Filter by a set of service line numbers | |
| userTerminalIds | No | Filter by a set of user terminal IDs | |
| hasServiceLine | No | Filter by user terminals with or without a services lines. Omitting this will return both sets | |
| searchString | No | Filter by partial match of user terminal ID, serial number, or kit serial number | |
| page | No | The index of the page, starting at 0. Page size is 100. Default: 0 |