Skip to main content
Download alerts
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/alerts/alerts/v3/all/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>

Base64-encoded binary data of the alert definitions

Example:

"SGVsbG8gV29ybGQ="