Skip to main content
Get Retentions
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/dataengine/retention-tags/v1 \
  --header 'Authorization: <api-key>'
{
  "retentions": [
    {
      "editable": true,
      "id": "<string>",
      "name": "<string>",
      "order": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

retentions
Retention · object[]