Get an alert by identifier Deprecated
Deprecated in 7.13.0. Use the get rule API instead.
Path parameters
-
The identifier for the alert.
GET /api/alerts/alert/{alertId}
curl \
-X GET https://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35
Response examples (200)
{
"actions": [
{}
],
"alertTypeId": ".index-threshold",
"apiKeyOwner": "elastic",
"createdAt": "2022-12-05T23:36:58.284Z",
"createdBy": "elastic",
"enabled": true,
"executionStatus": {
"lastExecutionDate": "2022-12-06T00:13:43.890Z",
"status": "ok"
},
"id": "b530fed0-74f5-11ed-9801-35303b735aef",
"muteAll": false,
"mutedInstanceIds": [
"string"
],
"name": "my alert",
"notifyWhen": "onActionGroupChange",
"params": {},
"schedule": {
"interval": "string"
},
"scheduledTaskId": "b530fed0-74f5-11ed-9801-35303b735aef",
"tags": [
"string"
],
"throttle": "string",
"updatedAt": "2022-12-05T23:36:58.284Z",
"updatedBy": "elastic"
}
Response examples (401)
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}