List graph edges
Graph
List graph edges
List edges originating from the caller-subject’s nodes, newest first.
GET
List graph edges
Edges are org-shared, so they are scoped by source-node ownership (the
subject owns the
sourceNodeId). Optional filters: type (exact edge
type) and node (source or target equals this node id). Ordered by
createdAt descending with id as a stable tiebreaker; keyset-paginated.
Authorization
This route requires theread scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Query Parameters
Filter by edge type (semantic, temporal_preceded, ...).
Filter to edges whose source OR target is this node id.
Opaque cursor from a previous nextCursor.
Page size, coerced into [1, 100] (default 25).