get_account_details
Retrieve comprehensive security details for a specific Vectra AI account, including detections, scoring, associated accounts, access history, and threat data to analyze potential security risks.
Instructions
Get complete detailed information about a specific account entity. This tool returns account details including detections, scoring information, associated accounts, access history, detection summaries, external data, and more. Response can be customized using various parameters to include or exclude specific fields and related data.
Returns:
str: JSON string with detailed information about the account. It includes detections, scoring information, associated accounts, access history, detection summaries, external data, and more.
If the account is not found, returns a message indicating that no account was found with the specified ID.
If an error occurs during the request, raises an exception with the error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ID of the account in Vectra platform to retrieve details for | |
| fields | No | Fields to return in the results. Available fields: id, url, account_type, assignment, associated_accounts, certainty, data_source, detection_set, detection_summaries, last_detection_timestamp, name, note, note_modified_by, note_modified_timestamp, notes, past_assignments, privilege_category, privilege_level, probable_home, sensors, severity, state, tags, threat | |
| exclude_fields | No | Fields to exclude in the response object. Accepts comma-separated list. Available fields: 'id', 'url', 'name', 'state', 'threat', 'certainty', 'severity', 'account_type', 'tags', 'note', 'notes', 'note_modified_by', 'note_modified_timestamp', 'privilege_level', 'privilege_category', 'last_detection_timestamp', 'detection_set', 'probable_home'. | |
| include_access_history | No | Include account access history in the response | |
| include_detection_summaries | No | Include detection summaries for the detections on the account in the response object. | |
| include_external | No | Include external data in the response object. | |
| src_linked_account | No | Source linked account filter |