GET
/
alert
/
:id
Get alert by ID
curl --request GET \
  --url http://localhost:8080/alert/:id \
  --header 'x-api-key: <api-key>'
{
  "status": "<string>",
  "message": "<string>",
  "entity_type": "<string>",
  "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "triggered_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Alert ID

Response

Successfully retrieved alert

The response is of type object.