list_entity_detections
Retrieve detailed security threat detections for a specific entity from Vectra AI to analyze potential risks and investigate incidents.
Instructions
List all detections with full details for a specific entity.
Returns:
str: JSON string with list of detections for the entity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the entity to list detections for | |
| state | No | Filter by detection state (active, inactive, fixed, filteredbyai, filteredbyrule). Default is 'active'. If no value specified (None), returns detection with all states. | active |