List User Episodes
Path parameters
Request
Opaque cursor for pagination, obtained from the Zep-Next-Cursor response header of the previous page.
Maximum number of episodes to return. An explicit value is clamped to 50; when omitted, the default page size (100) applies.
Restricts results to episodes that mention any of the listed node UUIDs. At most 256 entries; each must be a syntactically valid UUID.
Field to sort by. One of “uuid” or “created_at”. Defaults to “uuid”.
Response headers
Opaque cursor for the next page of results; absent when there are no more results.
Response
Relevance is an experimental rank-aligned score in [0,1] derived from Score via logit transformation. Only populated when using cross_encoder reranker; omitted for other reranker types (e.g., RRF).
Optional role_type, will only be present if the episode was created using memory.add API
Score is the reranker output: sigmoid-distributed logits [0,1] when using cross_encoder reranker, or RRF ordinal rank when using rrf reranker
SelectionRank is the global cross-scope rank assigned by auto scope selection.