External DocumentationTo learn more, visit the Panther documentation.
Actions
List Alert Comments
Get a list of all comments for a specified alert.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert ID | The ID of the alert to get the comments of. |
| Cursor | A token used to specify a results page. This value can be obtained from the endCursor property from a previous response. |
| Limit | The maximum number of results to return in the response. Valid range is 1-50. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"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"
}
}
]
}
Was this page helpful?