cURL
curl --request GET \ --url https://api.fixa.dev/v1/alerts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "type": "latency", "details": { "lookbackPeriod": { "label": "<string>", "value": 123 }, "cooldownPeriod": { "label": "<string>", "value": 123 }, "lastAlerted": "2023-11-07T05:31:56Z", "percentile": "p50", "threshold": 123 }, "savedSearchId": "<string>", "slackNames": [], "ownerId": "<string>" }
get an alert
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Alert retrieved successfully
The response is of type object.
object