Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coralogix.com/mgmt/openapi/4/incidents/filter-values/v1/events \ --header 'Authorization: <api-key>'
{ "filtersValues": { "assigneeWithCount": [ { "assignee": "assignee", "count": 10 } ], "contextualLabels": {}, "displayLabels": {}, "metaLabelsWithCount": [ { "count": 10, "metaLabel": { "key": "key", "value": "value" } } ], "severityWithCount": [ { "count": 10 } ], "stateWithCount": [ { "count": 10 } ], "statusWithCount": [ { "count": 10 } ] } }
No description available
API key authentication
Filter configuration for incident events
Show child attributes
A response containing available filter values for incident events
Was this page helpful?