External DocumentationTo learn more, visit the Panther documentation.
Parameters
Example Output
Workflow Library Example
Get Alert 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. Can be obtained by using the List Alerts action. |
{
"assignee": {
"id": "user",
"type": "text"
},
"context": null,
"createdAt": "text",
"deliveries": [
{
"dispatchedAt": "text",
"label": "text",
"message": "text",
"outputId": "text",
"statusCode": 1,
"success": true
}
],
"detection": {
"id": "text",
"type": "RULE"
},
"eventCount": 1,
"firstEventOccurredAt": "text",
"id": "text",
"lastReceivedEventAt": "text",
"runbook": "text",
"severity": "CRITICAL",
"status": "OPEN",
"systemError": {
"detection": {
"id": "text",
"type": "RULE"
},
"sourceId": "text",
"sourceType": "text",
"type": "text"
},
"title": "text",
"type": "text",
"updatedBy": {
"id": "user",
"type": "text"
}
}
Was this page helpful?