Skip to main content
POST
Get conversation details
Retrieve the detailed information about a single conversation. You can list conversations using the Get interaction aggregates endpoint grouping by conversation_id. For authentication you need the to use the API key associated to the project you want to retrieve the interactions from.
conversation_id
string
required
ID of the conversation you want to retrieve.

Response

id
string
Unique identifier of the interaction.
session_length
float
The total number of interactions in the conversation.
session_time
float
The total time spent in the conversation, in seconds, from the start of the first interaction to the end of the last interaction.
start_session
string
Timestamp of the first interaction in the conversation.
end_session
string
Timestamp of the last interaction in the conversation.
cost
float
Cost of the conversation, in micro dollars.
tags
object
Tags associated with the conversation.
emotions
string[]
List of emotions detected in the conversation.
custom_aggregates
object
User defined custom aggregates associated with the conversation.
conversation
object[]
List of the interactions in the conversation.