Get thread summary (Experimental)
Get thread summary (Experimental)
Returns the incremental summary generated from messages in the thread. Returns 404 if no summary exists for the thread.
Path parameters
threadId
The thread ID.
Response
OK
created_at
CreatedAt is when the summary node was first created.
last_summarized_at
LastSummarizedAt is the timestamp of the most recent summary update.
summary
Summary is the incremental summary content.
thread_id
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.
uuid
UUID of the thread summary node.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error