Get Conversation
Read one conversation’s header: agent, surface, summary and userdata.
userdata is what the agent knows about the contact — what its tools
published to the userdata store, across every conversation with them. For
what one call ended up knowing, read a session’s own userdata from
list_conversation_sessions. The messages are in list_conversation_items.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
One conversation, and the contact it belongs to.
id identifies THIS conversation. contact_key identifies the caller or
endpoint it is with, and is shared by every conversation with them - use it
to list a contact's whole history (GET /v1/conversations?contact_key=…).
The contact this conversation belongs to: key, binding, and what we know.