Skip to main content
GET
/
v1
/
errors
/
{errorId}
/
correlations
cURL
curl --request GET \
  --url https://api.qyl.dev/v1/errors/{errorId}/correlations
{
  "error_id": "<string>",
  "correlated_errors": [
    {
      "error_id": "<string>",
      "error_type": "<string>",
      "correlation_strength": 0.5,
      "temporal_relationship": "concurrent"
    }
  ],
  "root_cause": "<string>",
  "common_attributes": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}

Path Parameters

errorId
string
required

Response

The request has succeeded.

Error correlation result

error_id
string
required

Error ID

correlated_errors
object[]
required

Correlated errors

root_cause
string

Potential root cause

common_attributes
object[]

Common attributes