Skip to main content
GET
You can read a conversation you own. A caller whose role can moderate conversations (owner or admin) can read any conversation in the organization. A conversation that does not exist, belongs to another organization, is not visible to you, or has a malformed ID all return the same 404. The response never tells you which. Reading a conversation also resolves its assistant. If that assistant can no longer answer (it is disabled or archived, or has no knowledge attached), this request returns 400 validation_error.
string
required
The conversation ID.

Response

string
required
The conversation ID.
string
required
The assistant that answers in this conversation.
string
required
The conversation title.
string
required
active or archived.
string
required
idle, or awaiting_answer while a question is being answered. You cannot ask a new question until it is idle again.
integer
required
The number of messages. Each question and each answer counts as one.
string
required
ISO 8601 creation timestamp with a UTC offset.
string
required
ISO 8601 timestamp of the last change.
object
required
An opaque reference to the owning participant.
object
required
Your metadata entries.
Last modified on September 26, 2026