Skip to main content
Get a list of all comments for a specified alert.
External DocumentationTo learn more, visit the Panther documentation.

Parameters

ParameterDescription
Alert IDThe ID of the alert to get the comments of.
CursorA token used to specify a results page. This value can be obtained from the endCursor property from a previous response.
LimitThe maximum number of results to return in the response. Valid range is 1-50.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"next": "text",
	"results": [
		{
			"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

List Alert Comments with Panther and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop