Skip to main content
Get case by indicator
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/indicators/v1/get \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "case": {
    "category": "CASE_CATEGORY_AVAILABILITY",
    "createTime": "2025-09-22T10:30:00.000Z",
    "groupings": [],
    "id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
    "impactedEntities": [],
    "labels": [],
    "priority": "CASE_PRIORITY_P2",
    "status": "CASE_STATUS_ACKNOWLEDGED",
    "title": "Database outage investigation"
  }
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to retrieve a case associated with a given alert indicator.

prometheusAlert
Prometheus AlertManager indicator · object

Lookup keys identifying a specific Prometheus AlertManager alert episode.

Response

Response containing the case associated with the given indicator.

case
Case · object
required

Represents a case within the Cases service.