listClientsPastConnections
Fetch past client connections with timestamps, traffic, duration, and device info. Filter by time range, guest status, or fuzzy search to analyze historical network access.
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 |
|---|---|---|---|
| page | No | Start page number. Start from 1. | |
| guest | No | Filter by guest status (true/false). | |
| siteId | No | Optional site ID. If not provided, uses the default site from configuration. | |
| timeEnd | No | Filter by time range end timestamp (milliseconds). | |
| pageSize | No | Number of entries per page. Range: 1-1000. | |
| searchKey | No | Fuzzy search by name, MAC address, or SSID. | |
| timeStart | No | Filter by time range start timestamp (milliseconds). | |
| sortLastSeen | No | Sort by last seen time. Values: asc or desc. When multiple sorts exist, first one takes effect. |