Ciele
Benachrichtigungen

List operational Alerts

GET/api/v1/alerts

Erfordert einen API-Schlüssel der Organisation mit der Berechtigung „member“.

AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/alerts"
{  "data": [    {      "id": "string",      "organizationId": "string",      "type": "integration",      "title": "string",      "detail": "string",      "status": "active",      "sourceKey": null,      "detectedAt": "string",      "resolvedAt": null,      "resolvedBy": null    }  ]}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}