v2

latestOpenAPI 3.1.02026-08-0382170235.8 KB
pots

Get constitution axioms with their edges and connected facts

Get constitution axioms enriched with edges and connected facts.

M18: Uses single-query + in-memory filter strategy (3 DynamoDB ops).

Strategy:

  1. get_constitution() — 1 query
  2. get_all_edges() — 1 query
  3. get_facts(batch) — 1 query for connected facts
get/pots/{pot_id}/constitution/with-edges

Path parameters

pot_idstring uuid required

Response

Constitution with edges retrieved successfully

pot_idstring uuid required
total_axiomsinteger required
total_edgesinteger required
total_edges_in_potinteger

Total edges in the POT (before axiom filtering). If > 0 but total_edges == 0, edges exist but don't reference axioms.