picus_get_action_alerts
Retrieve alerts raised by SIEM/EDR integrations for a specific action in the latest simulation run. Use simulation, threat, action, and integration IDs to filter results.
Instructions
List alerts raised by a SIEM/EDR integration for one action (latest run).
Path is scoped to the latest run. Returns alerts with name, source, log_type, and time (epoch milliseconds). Paginated via limit (default 100, max 1000) and offset. node_id disambiguates an action used multiple times within a threat; if omitted, the first node is used. Alerts only appear when the simulation is enriched with an integration that has alert analysis enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| node_id | No | ||
| action_id | Yes | ||
| threat_id | Yes | ||
| simulation_id | Yes | ||
| integration_id | Yes |