Skip to main content
Get all the notes associated with a host.
External DocumentationTo learn more, visit the Vectra Detect documentation.

Parameters

ParameterDescription
Host IDThe ID of the host 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

List Host Notes with Vectra Detect and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop