getPastClientNum
Retrieve time-series data of client device counts for a specified time range, showing how the number of connected devices has changed over time.
Instructions
Get historical client count trend over a time range. Returns a time-series of client counts to show how connected devices changed over the specified period. Requires start and end as Unix epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End of the time range as Unix epoch seconds. | |
| start | Yes | Start of the time range as Unix epoch seconds. | |
| siteId | No | Site ID to target. If omitted, uses the default site from OMADA_SITE_ID config. Use listSites to discover available site IDs. | |
| customHeaders | No | Optional HTTP headers to include in the Omada API request (e.g. {"X-Custom-Header": "value"}). Rarely needed. |