Skip to main content
GET
/
api
/
v1
/
forensics
/
traces
/
{checkId}
Replay a single check execution
curl --request GET \
  --url https://api.devhelm.io/api/v1/forensics/traces/{checkId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "checkId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "evaluations": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "occurredAt": "2023-11-07T05:31:56Z",
        "monitorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "region": "<string>",
        "policySnapshotHashHex": "<string>",
        "ruleIndex": 123,
        "ruleType": "<string>",
        "ruleScope": "<string>",
        "inputResultIds": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ],
        "outputMatched": true,
        "evaluationDetails": {},
        "engineVersion": "<string>",
        "checkId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "triggeringTransitionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ],
    "transitions": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "occurredAt": "2023-11-07T05:31:56Z",
        "monitorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "fromStatus": "<string>",
        "toStatus": "<string>",
        "reason": "<string>",
        "triggeringEvaluationIds": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ],
        "affectedRegions": [
          "<string>"
        ],
        "policySnapshotHashHex": "<string>",
        "engineVersion": "<string>",
        "checkId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "details": {
          "source": "pipeline"
        },
        "incidentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ],
    "policySnapshot": {
      "hashHex": "<string>",
      "policy": {},
      "engineVersion": "<string>",
      "firstSeenAt": "2023-11-07T05:31:56Z",
      "lastSeenAt": "2023-11-07T05:31:56Z"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

checkId
string<uuid>
required

Response

OK

data
object
required