Skip to main content
Get all the detection notes of a detection by its ID.
External DocumentationTo learn more, visit the Vectra Detect documentation.

Parameters

ParameterDescription
Detection IDThe ID of the detection to retrieve notes for.

Example Output

[
	{
		"id": 1,
		"date_created": "2022-01-01T00:00:00Z",
		"date_modified": "2022-01-01T00:00:00Z",
		"created_by": "string",
		"modified_by": "string",
		"note": "string"
	}
]

Workflow Library Example

Get All Detection Notes with Vectra Detect and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop