list_agents
Retrieve a paginated list of Wazuh agents, filtered by status such as active or disconnected, to manage agent inventory.
Instructions
List all Wazuh agents with optional status filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by agent status: active, disconnected, never_connected, or pending | |
| limit | No | Maximum number of agents to return (1-100) | |
| offset | No | Pagination offset | |
| sort | No | Sort field with direction prefix (e.g., '-name', '+id') |