Get Graph Thread Summaries (Experimental)

Returns incremental thread summaries associated with the graph.

Path parameters

graph_idstringRequired
Graph ID

Request

Pagination parameters
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

Thread summaries
created_atstring
CreatedAt is when the summary node was first created.
last_summarized_atstring
LastSummarizedAt is the timestamp of the most recent summary update.
summarystring
Summary is the incremental summary content.
thread_idstring

ThreadID is the ID of the thread this summary belongs to. When a thread was created without an explicit thread_id, this field falls back to the thread’s UUID. Clients should treat it as an opaque identifier.

uuidstring
UUID of the thread summary node.

Errors

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