unifi_list_clients
Retrieve a list of all connected network clients with filters for connection type and pagination. Monitor wired and wireless devices to manage network access.
Instructions
List all connected clients across the network with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (1-indexed) | |
| limit | No | Maximum number of items to return (v1 pagination) | |
| filter | No | Filter expression for v1 API | |
| offset | No | Number of items to skip (v1 pagination) | |
| page_size | No | Number of clients per page | |
| connection_type | No | Filter by connection type (all, wired, wireless) | all |