Skip to main content
Get available grouping keys
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/grouping-keys/v1 \
  --header 'Authorization: <api-key>'
{
  "groupingKeys": [
    "service",
    "team",
    "environment",
    "severity",
    "source"
  ]
}

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

Response containing available grouping keys

groupingKeys
string[]
required

List of available grouping keys for organizing and filtering cases

Maximum array length: 1000

List of available grouping keys for organizing and filtering cases

Required string length: 1 - 4096
Pattern: ^[\s\S]*$
Example:
[
"service",
"team",
"environment",
"severity",
"source"
]