Skip to main content

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

A page of messages.