External DocumentationTo learn more, visit the Panther documentation.
Actions
Get Alert
Get the details of an alert by its ID.

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. 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?