v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Rocky AI

Retrieve a Root Cause Analysis

Retrieves a specific root cause analysis. Use the id returned from either POST endpoint and poll until the response is HTTP 200. While the analysis is being generated the endpoint returns HTTP 202 with {"id":"<uuid>","status":"PENDING"}. A genuine HTTP 404 means the ID does not exist. Works for both check error group and test session error group analyses.

get/v1/root-cause-analyses/{id}

Path parameters

idstring required

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

idstring required
checkTypestring required

Type of check that triggered this analysis, e.g. "API" or "BROWSER"

providerstring required

AI provider used for the analysis

modelstring required

AI model used for the analysis

checkIdstring nullable
errorGroupIdstring nullable
durationMsnumber required

Time taken to generate the analysis in milliseconds

status'COMPLETED' required
created_atstring date