Read a conversation's transcript
GET/v1/projects/:project_id/channels/:channel_id/conversations/:conversation_id/messages
The conversation's messages, oldest first. naturali stores no message bodies — the dialogue lives in the runtime session the conversation 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.
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, or Meta, could not complete the operation.