Skip to main content
Get Company Enrichment Settings
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/settings \
  --header 'Authorization: <api-key>'
{
  "enrichmentSettings": {
    "enrichmentAmountLimit": 123,
    "enrichmentsInUse": 123,
    "queryOnlyRowLimit": 123,
    "queryOnlySizeLimitBytes": "<string>",
    "rowLimit": 123,
    "sizeLimitBytes": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Response

200 - application/json
enrichmentSettings
object