List durable messages for a session
Returns the durable message read models for a session in sequence order. Each message is one user turn with its assistant response embedded inDocumentation Index
Fetch the complete documentation index at: https://docs.dari.dev/llms.txt
Use this file to discover all available pages before exploring further.
output. The payload is self-sufficient for rendering a transcript — output.parts contains the assistant turn with text, tool calls, and tool results interleaved in order — so callers do not need to walk GET /v1/sessions/{session_id}/events to reconstruct what the agent did.