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

Parameters

ParameterDescription
Account IDThe ID of the account 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 Account Notes with Vectra Detect and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop