axonpush
API referenceAlerts

GET /v2/alerts

GET
/v2/alerts

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v2/alerts"
{  "$schema": "https://example.com/schemas/ListOutputBody3.json",  "data": [    {      "$schema": "https://example.com/schemas/AlertRuleDTO.json",      "alertRuleId": "string",      "appId": "string",      "createdAt": "string",      "destination": "string",      "destinationType": "string",      "enabled": true,      "environmentId": "string",      "metric": "string",      "model": "string",      "name": "string",      "operator": "string",      "orgId": "string",      "release": "string",      "service": "string",      "threshold": 0.1,      "updatedAt": "string"    }  ]}