listClientsPastConnections
Retrieve historical connection data of past network clients. Filter by time range, guest status, or search by name/MAC/SSID for targeted analysis.
Instructions
Get client past connection list with historical connection data. Returns information about clients that have previously connected to the network, including connection timestamps, traffic data, duration, and device details. Supports pagination, filtering by time range and guest status, sorting by last seen time, and fuzzy search by name/MAC/SSID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | No | Optional site ID. If not provided, uses the default site from configuration. | |
| page | No | Start page number. Start from 1. | |
| pageSize | No | Number of entries per page. Range: 1-1000. | |
| sortLastSeen | No | Sort by last seen time. Values: asc or desc. When multiple sorts exist, first one takes effect. | |
| timeStart | No | Filter by time range start timestamp (milliseconds). | |
| timeEnd | No | Filter by time range end timestamp (milliseconds). | |
| guest | No | Filter by guest status (true/false). | |
| searchKey | No | Fuzzy search by name, MAC address, or SSID. | |
| customHeaders | No |