ReferenceGET /v1/findings
Findings
List, filter, and inspect plane-level findings.
Findings are the atomic outputs of the reasoning planes — see Findings & severity.
List findings for a review
GET /v1/findings?review_id=rev_01HXYZ{
"data": [
{
"id": "fnd_01HX...",
"plane": "intent",
"severity": "warn",
"location": { "file": "email.py", "lineRange": [34, 35] },
"title": "AC1 not bound with high confidence",
"rationale": "Line 34 references `pending_email`; AC1 says `Old email unchanged until verified`."
}
],
"next_page": null
}Get a single finding
GET /v1/findings/{id}Related
Was this page helpful?