Get conversation details

Get the details of a particular conversation

Path parameters

conversation_idstringRequired
The id of the conversation you're taking the action on.

Headers

xi-api-keystringOptional

Query parameters

formatenumOptionalDefaults to json

Response format. Defaults to ‘json’. Set to ‘opentelemetry’ for an OTLP-compatible trace payload using the same structure as the post-call webhook.

Allowed values:

Response

Successful Response
agent_idstring
statusenum
metadataobject
conversation_idstring
has_audioboolean
has_user_audioboolean
has_response_audioboolean
has_auxiliary_audioboolean
transcriptlist of objects
agent_namestring or nullOptional
conversation_productstringOptionalDefaults to agent
user_idstring or nullOptional
branch_idstring or nullOptional
version_idstring or nullOptional
The ID of the agent version used for this conversation
analysisobject or nullOptional
visited_agentslist of objectsOptional
conversation_initiation_client_dataobjectOptional
environmentstringOptionalDefaults to production
tag_idslist of stringsOptional
Conversation tag ids assigned to this conversation.
otlp_tracesmap from strings to any or nullOptional

OpenTelemetry trace payload when the request uses format=opentelemetry; otherwise omitted.

Errors

422
Unprocessable Entity Error