Get User Edges

Returns all edges for a user.

Path parameters

user_idstringRequired
User ID

Request

This endpoint expects an object.
limitintegerOptional
Maximum number of items to return
uuid_cursorstringOptional
UUID based cursor, used for pagination. Should be the UUID of the last item in the previous page

Response

Edges
created_atstring
Creation time of the edge
factstring
Fact representing the edge and nodes that it connects
namestring
Name of the edge, relation name
source_node_uuidstring
UUID of the source node
target_node_uuidstring
UUID of the target node
uuidstring
UUID of the edge
attributesmap from strings to any or null
Additional attributes of the edge. Dependent on edge types
episodeslist of strings or null
List of episode ids that reference these entity edges
expired_atstring or null
Datetime of when the node was invalidated
invalid_atstring or null
Datetime of when the fact stopped being true
valid_atstring or null
Datetime of when the fact became true

Errors