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

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Response

retentions
Retention · object[]