getGridClientHistory
Get paginated client connection history with timestamps, SSID, traffic, and authentication type.
Instructions
Get per-client connection history (paginated). Returns past connection sessions for a specific client including timestamps, SSID/network, traffic, and authentication type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientMac | Yes | MAC address of the client to retrieve history for. | |
| page | No | Start page number. Start from 1. | |
| pageSize | No | Number of entries per page. Range: 1-1000. | |
| searchKey | No | Search keyword to filter history entries. | |
| 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. |