picus_list_simulations
List simulations with overview data and prevention/detection scores. Filter by status, names, IDs, or score ranges.
Instructions
List simulations with overview data and latest prevention/detection scores.
Paginated via limit (default 25, max 50) and offset. Filters:
status: any of RUNNING, STOPPED, COMPLETED, SCHEDULED, "NOT STARTED", "WAITING FOR THE FIRST RUN", FAILED (substring/exact match per API).
simulation_name / agent_name / template_name: substring match.
agent_id / template_id: exact id match.
prevention_result_/detection_result_ gte/lte: score bounds (0-100).
Response includes a pages object with total_count. Scores are 0-100;
updated_at is epoch milliseconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | ||
| agent_id | No | ||
| agent_name | No | ||
| template_id | No | ||
| template_name | No | ||
| simulation_name | No | ||
| detection_result_gte | No | ||
| detection_result_lte | No | ||
| prevention_result_gte | No | ||
| prevention_result_lte | No |