Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get the details of an alert by its ID.
Parameters
| Parameter | Description |
|---|
| Alert ID | The ID of the alert. Can be obtained by using the List Alerts action. |
Example Output
{
"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"
}
}
Workflow Library Example
Get Alert with Panther and Send Results Via Email