Endpoint: GET /v1/sessions/{session_id}/summary

Retrieve a summary of the chat payload for a specific session. This endpoint provides a detailed summary of all interactions between the user and the assistant during the session, formatted as a single payload.

Path Parameters

session_id
string
required

The unique ID of the session.

Response Parameters

payload
string

Summary of the chat payload, including user and assistant interactions.