post_data_usage_query
Retrieve real-time data usage for an enterprise Starlink account, with filters for service lines, billing cycles, and pagination.
Instructions
Query data usage — Required permission: Service plan, View.Retrieve the real-time data tracking info for this account's data usage. For detailed instructions, please refer to the API documentation: https://starlink.readme.io/docs/data-usage-api — [POST /public/v2/data-usage/query]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Index of page to get. Default: 0 | |
| limit | No | Amount of service lines to retrieve per page. Defaults to 50, can request up to 250. Default: 50 | |
| serviceLineNumbers | No | Service line numbers to filter by. Queries for all service lines on account if omitted | |
| previousBillingCycles | No | Number of previous billing cycles to include in addition to the current one. Defaults to 1 | |
| activeServiceLinesOnly | No | Whether to filter by only active service lines. Defaults to true | |
| queryStartDate | No | Override the first cycle's start date with the provided query start date |