Skip to main content
Get case deep links
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/cases/v1/{case_id}/deep-links \
  --header 'Authorization: <api-key>'
{
  "deepLinks": {
    "alertIndicators": {},
    "detail": "<string>",
    "impactedEntities": [
      {
        "entity": {
          "apmDatabase": {
            "name": "orders-db",
            "system": "postgresql"
          }
        },
        "url": "<string>"
      }
    ]
  }
}

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

Path Parameters

case_id
string
required

ID of the case. Accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).

Required string length: 1 - 64
Pattern: ^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|[A-Z]+-[0-9]+)$
Example:

"3f166e9f-3c88-4af2-b52e-138f339dab3e"

Response

Response containing the deep links for the requested case

Pre-built URLs that navigate from a case to the relevant views.