Skip to main content

Read the session's transcript

GET 

/v1/projects/:project_id/agents/:agent_id/sessions/:session_id/messages

The session's messages, oldest first. naturali stores no message bodies — the dialogue lives in the backing runtime conversation the session maps to, so this reads through to the runtime. Pagination is limit/offset rather than an opaque cursor because the upstream is offset-based over a stable position ordering. This is the one way to read back a session opened directly through this API (no Channels conversation involved) — see GET .../channels/{channel_id}/conversations/{conversation_id}/messages for the channel-backed equivalent.

Request

Responses

A page of messages.