Get Graph Document Summaries
Path parameters
Request
Opaque cursor for pagination, obtained from the Zep-Next-Cursor response header of the previous page. Encodes the sort field, direction, and continuation position.
Sort direction. One of “asc” or “desc” (default “desc”).
Field to sort by. One of “created_at”, “valid_at”, or “uuid” (default “uuid”).
UUID based cursor, used for pagination. Should be the UUID of the last item in the previous page.
Deprecated: prefer Cursor, the opaque cursor returned via the Zep-Next-Cursor response header.
Response headers
Opaque cursor for the next page of results; absent when there are no more results.
Response
DocumentID is the customer-facing document identifier.
LastSummarizedAt is the wall-clock timestamp of the most recent summary update.
LastSummarizedEpisodeValidAt is the maximum episode reference time (valid_at) covered by the most recent summary.
UUID of the document summary (derived) node.