list_assignments_for_user
Retrieve investigation assignments for a specific user in the Vectra AI platform to manage security incident workload and track open cases.
Instructions
List all investigation assignments assigned to a user/analyst.
Returns:
str: JSON string with list of assignments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Vectra platform user ID to retrieve assignments for. | |
| resolved | No | Filter assignments by resolved state. True for resolved, False for unresolved. Default is False to retrieve only unresolved/open assignments. |