External DocumentationTo learn more, visit the Panther documentation.
Parameters
Example Output
Workflow Library Example
List Alert Comments with Panther and Send Results Via EmailPreview this Workflow on desktop
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?