v2
latestOpenAPI 3.1.02026-08-0382170235.8 KBedges
edges
List edges in a POT, optionally filtered by type
List all edges in a POT, optionally filtered by edge type.
- pot_id: UUID of the POT
- type: Optional edge type filter (e.g., contradicts, supports)
Examples: GET /pots/{id}/edges — all edges GET /pots/{id}/edges?type=contradicts — only contradictions
get/pots/{pot_id}/edges
Path parameters
pot_idstring uuid required
Query parameters
type'supports' | 'contradicts' | 'resolved_contradiction' | 'refines' | 'derives_from' | 'is_part_of' | 'extends' | 'cites' | 'related_to'
Types of semantic relationships between facts.
M7 uses a simplified subset. Full taxonomy in edge-types.md will be implemented in M8+ when GraphRAG is introduced.
Response
Edges retrieved successfully