get_agent_processes
List running processes on a Wazuh agent and optionally filter by name or include command details.
Instructions
List running processes on a Wazuh agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-500) | |
| offset | No | Pagination offset | |
| search | No | Filter processes by name or command | |
| agent_id | Yes | Agent identifier (e.g., '001') | |
| include_command | No | Include process command lines and arguments in the response |