Skip to main content
GET
Python
A failure is a tracked finding marked as a failure — see Root Causes & Remediation.

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Query Parameters

project_id
string<uuid>

Filter failures by which connected observability platform owns them

updated_since
string<date-time>

Return only failures that changed after this time

detail
enum<string>
default:full

How much of each failure to return. full includes every root cause with its evidence, plus the expert-review and judge score blocks; summary returns counts only

Available options:
full,
summary
include
string

Comma-separated extras. reviews and judgments add the submitted reviews and the judge verdicts themselves, which the list withholds by default because they dominate its size — their counts and averages are always present. context adds the knowledge and rubric content that GET /api/dataframer/context/ serves, so one call gets both

limit
integer
default:50

Maximum failures to return

Required range: x <= 200
offset
integer
default:0

Number of failures to skip

Response

One page of failures

results
object[]
count
integer

Total failures matching the filters

context
object

Knowledge and rubric content; returned only when include=context