Skip to main content
This page is the resolution target of the RFC 9457 type URI on every edge_not_found problem body: https://docs.get-exo.com/errors/edge_not_found. HTTP status: 404 Not Found.

Why it happens

Edges are scoped like nodes. An edge belonging to another subject is not visible to this caller. A removed edge is tombstoned and does not come back on a get.

How to fix it

  • Confirm the id came from GET /v1/graph/edges under the same effective subject.
  • Re-assert the relation with POST /v1/graph/edges if it should exist.