Get Graph Document Summaries

Returns incremental document summaries associated with the graph. Document summaries are derived similarly to thread summaries.

Path parameters

graph_idstringRequired
Graph ID

Request

Pagination parameters
cursorstringOptional

Opaque cursor for pagination, obtained from the Zep-Next-Cursor response header of the previous page. Encodes the sort field, direction, and continuation position.

directionstringOptional

Sort direction. One of “asc” or “desc” (default “desc”).

filtersobjectOptional
Optional filters applied to the listed artifacts. Reuses the graph.search filter type.
limitintegerOptional
Maximum number of items to return
order_bystringOptional

Field to sort by. One of “created_at”, “valid_at”, or “uuid” (default “uuid”).

uuid_cursorstringOptional

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

Zep-Next-CursorstringOptional

Opaque cursor for the next page of results; absent when there are no more results.

Response

Document summaries
created_atstringOptional
CreatedAt is when the summary node was first created.
document_idstringOptional

DocumentID is the customer-facing document identifier.

last_summarized_atstringOptional

LastSummarizedAt is the wall-clock timestamp of the most recent summary update.

last_summarized_episode_valid_atstringOptional

LastSummarizedEpisodeValidAt is the maximum episode reference time (valid_at) covered by the most recent summary.

summarystringOptional
Summary is the incremental summary content.
uuidstringOptional

UUID of the document summary (derived) node.

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error