getPastClientNum
Get historical client count trend for a time range to analyze how connected device numbers changed.
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 |
|---|---|---|---|
| start | Yes | Start of the time range as Unix epoch seconds. | |
| end | Yes | End 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. |