caldera_list_agents
List all agents connected to Caldera. Filter by platform or only show recently active agents.
Instructions
List all agents connected to Caldera.
Args: platform: Optional platform filter — 'windows', 'linux', or 'darwin'. Leave empty to return all platforms. alive_only: If True, only return agents that have checked in recently (within 3x their sleep_max interval). Default False.
Returns: JSON string with a list of agents and their status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | ||
| alive_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |