list_assignments
Retrieve investigation assignments from Vectra AI security platform with filtering options for timestamp and resolution status to support threat analysis workflows.
Instructions
List all investigation assignments with optional filtering by timestamp and resolved state.
Returns:
str: JSON string with list of assignments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | No | Filter assignments by resolved state. True for resolved, False for unresolved. Default is False. | |
| created_after | No | Use this to list assignments created at or after this time stamp (YYYY-MM-DDTHH:MM:SS) |