Skip to main content
Download alerts
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/alerts/alerts-general/v3/download \
  --header 'Authorization: <api-key>'
{
  "content": "SGVsbG8gV29ybGQ="
}

Authorizations

Authorization
string
header
required

API key authentication

Response

A response containing the downloaded alert data

content
string<byte>
required

Base64-encoded binary data of the alert definitions

Example:

"SGVsbG8gV29ybGQ="