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.
string
required
ID of the conversation you want to retrieve.

Response

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