Get assembled conversation detail
GET /api/conversations/{id}/detail
Returns the fully assembled detail view of a conversation. This combines the conversation summary with its contact, account, managing operator, per-turn activity, attention items, scheduled follow-ups, linked cases, quality and metric summaries, and workflow state. Messages are nested within each turn rather than returned as a flat list.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The unique identifier of the conversation.
Responses
Section titled “ Responses ”The assembled conversation detail.
The fully assembled detail view of a conversation, combining the conversation summary with its contact, account, managing operator, per-turn activity, attention items, scheduled follow-ups, linked cases, quality and metric summaries, and workflow state. Individual messages are nested within each turn rather than provided as a flat list.
object
A slim summary of the conversation, distinct from the full conversation record.
object
Unique identifier for the conversation.
Example
c1a2b3c4-5678-9abc-def0-1234567890abThe tenant this conversation belongs to.
Example
a0b1c2d3-4567-89ab-cdef-0123456789abThe workspace this conversation is assigned to.
Example
w1a2b3c4-5678-9abc-def0-1234567890abThe channel through which the conversation is conducted.
Example
ch1a2b3c-5678-9abc-def0-1234567890abThe type of the channel, such as email or chat.
Example
emailCurrent lifecycle status of the conversation.
Example
activeHow the conversation was resolved, when resolved.
A concise generated summary of the conversation so far.
Example
Customer asked about delivery times for order 4521.The human operator managing the conversation, when one has taken over.
Whether automation is paused for this conversation.
Timestamp when the conversation was created.
Example
2026-03-24T08:15:00.000ZTimestamp when the conversation was last updated.
Example
2026-03-25T11:42:00.000ZTimestamp of the most recent activity on the conversation.
Example
2026-03-25T11:42:00.000ZThe resolved contact for the conversation.
object
Contact identifier.
Example
ct1a2b3c-5678-9abc-def0-1234567890abContact display name.
Example
Jan MuellerContact email address.
Example
jan.mueller@example.comContact phone number.
The account the contact belongs to, when resolved.
object
Account identifier.
Example
ac1a2b3c-5678-9abc-def0-1234567890abAccount name.
Example
Acme Industrial SupplyAccount domain.
Example
acme.exampleThe human operator managing the conversation, when one has taken over.
object
Operator identifier.
Example
u1a2b3c4-5678-9abc-def0-1234567890abOperator name.
Example
Sofia BergOperator email.
Example
sofia.berg@example.comThe conversation turns, each carrying the inbound and outbound messages plus the orchestration, specialist, composition, validation, delivery, event, and identity-event activity for that turn.
object
Attention items raised on this conversation.
object
Scheduled follow-ups queued for this conversation.
object
Cases linked to this conversation.
object
The satisfaction score summary for the conversation, when available.
Operational metrics for the conversation.
object
Seconds until the first response.
Example
42Seconds until resolution.
Example
3600Number of turns.
Example
3Number of escalations.
Number of human interventions.
The brand, persona, voice, and language used for a voice conversation. Null for non-voice conversations.
object
Brand name.
Persona name.
Voice name.
Language.
A summary of the underlying workflow state, when available.
Response metadata.
object
Non-fatal warnings accumulated while assembling the detail.
Timestamp when the detail was assembled.
Example
2026-03-25T11:45:00.000ZNo conversation exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
A human-readable error message describing what went wrong.
Example
Conversation not found