Get the current state of a message
Returns the current message record, including status, attempts, and terminal output when available. This is the canonical polling resource for async message execution. The response is self-sufficient for rendering a transcript:Documentation 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.parts contains the assistant turn with text, tool calls, and tool results interleaved in order, and output.error surfaces the real upstream failure when a message fails.
content from POST /v1/sessions/{session_id}/events).queued, running, waiting_for_tool, completed, or failed.