List claims
Claims & semantic memory
List claims
List all extracted facts (claims) from processed events.
GET
List claims
Documentation Index
Fetch the complete documentation index at: https://docs.minns.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Maximum number of claims to return. Max:
1000.Filter by source event ID (
u128). Set to null to list all claims.Response
Returns an array ofClaimResponse objects.
Claim identifier.
The extracted claim/fact.
Extraction confidence (
0.0–1.0).Source event ID (
u128).null for list results. Populated in search results.Supporting evidence from source text.
Number of supporting instances.
One of:
"Active", "Contradicted", "Deprecated".Creation timestamp.
Last access timestamp.
EvidenceSpanResponse
| Field | Type | Description |
|---|---|---|
start_offset | usize | Start position in source text |
end_offset | usize | End position in source text |
text_snippet | String | Extracted text snippet |
