All claims endpoints require authentication. Include your session token in the
Authorization header.List claims
Query parameters
number
default:"20"
Maximum number of claims to return. Accepted range: 1–100. Defaults to 20.
string
Filter claims by the feature that produced them. One of:
chat— claims from the causal chat interfacehybrid— claims from the hybrid synthesize pipelinelegal— claims from the legal reasoning feature
string
Filter claims to a specific session UUID. Returns only claims produced in that session.
string
Filter claims linked to a specific counterfactual trace UUID.
Response fields
boolean
required
true when the request succeeds.object[]
required
Array of claim objects.
Example
Get a specific claim
Path parameters
string
required
UUID of the claim to retrieve.
Response fields
All fields from the list response apply. The full record also includes:object[]
required
Documents, PDF analyses, or external sources that support this claim.
object[]
required
Records of each gate the claim passed through in the reasoning pipeline (e.g., novelty gate, integrity gate). Empty array if no gates were applied.
