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
- 200
- 400
- 401
- 404
- 502
A page of messages.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.