Skip to main content
Get Enrichment Limit
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/limit \
  --header 'Authorization: <api-key>'
{
  "limit": 10,
  "used": 5
}

Authorizations

Authorization
string
header
required

API key authentication

Response

200 - application/json

This response data structure represents the enrichments limit

limit
integer
required
Example:

10

used
integer
required
Example:

5