Skip to main content
Get an alert comment by its ID.
External DocumentationTo learn more, visit the Panther documentation.

Parameters

ParameterDescription
Comment IDThe ID of the comment. Can be obtained by using the List Alert Comments action.

Example Output

{
	"alertId": "text",
	"body": null,
	"createdAt": "text",
	"createdBy": {
		"id": "user",
		"type": "text"
	},
	"format": "PLAIN_TEXT",
	"id": "text",
	"updatedAt": "text",
	"updatedBy": {
		"id": "user",
		"type": "text"
	}
}

Workflow Library Example

Get Alert Comment with Panther and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop