Skip to main content
Get E2M Limits
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/events2metrics/limits/v2 \
  --header 'Authorization: <api-key>'
{
  "companyId": "<string>",
  "labelsLimit": 123,
  "metricsLimit": {
    "limit": 123,
    "used": 123
  },
  "permutationsLimit": {
    "limit": 123,
    "used": 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

200 - application/json

Response containing the events-to-metrics quota limits.

companyId
string

The company id.

labelsLimit
integer<int32>

The labels limit.

metricsLimit
object

Limit usage.

permutationsLimit
object

Limit usage.