Skip to main content
GET
Use this endpoint to read everything that happened in one conversation: user messages, agent replies, tool calls and their results, plus any feedback the user left. Get the conversation ID from the data-session-id values returned by Get Conversation.

Headers

string
required
Bearer token. Format: Bearer <token>

Path parameters

string
required
ID of the conversation (the data-session-id value from Get Conversation).

Response

object[]
Messages in the order they were sent.
object
Feedback the end user left for this conversation.
object | null
Details of the signed-in user, if the session was authenticated. null otherwise.
string | null
Timezone of the session, as an IANA name (for example Asia/Kolkata).
object
Context that was passed when the session was created. Empty object if none.
This response can contain patient health information and personal details. Store and display it according to your data-protection obligations.