This endpoint returns a single conversation by its unique identifier.
Verbose Response Data
?verbose=true
to the URL to receive additional event data in the response, including:shutdown_reason
: The reason why the conversation ended (e.g., “participant_left_timeout”)transcript
: A complete transcript of the conversation with role-based messages (via application.transcription_ready
)system.replica_joined
: When the replica joined the conversationsystem.shutdown
: When and why the conversation endedapplication.perception_analysis
: The final visual analysis of the user that includes their appearance, behavior, emotional states, and screen activitiescallback_url
parameter on the create conversation endpoint for retrieving detailed conversation data.The response is of type object
.