Conversations
Retrieve a Conversation
get/v3/Conversations/{id}
Path parameters
idstring required
The id of the Conversation attached to the Operator Result.
Example:conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2
The unique identifier of the conversation.
Response
Conversation object.
Example response
{
"id": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2",
"intelligenceConfigurationIds": [
"intelligence_configuration_01k6fc25s7epm9qtk8rszbv3q5"
],
"conversationConfigurationId": "conv_configuration_00000000000000000000000000",
"participants": [
{
"id": "conv_participant_01k1etx3jbfx88476ccja0889c"
}
],
"communications": [
{
"id": "conv_communication_01k1etk2y5f1y9fpe2epfdtvv2",
"participantId": "conv_participant_01k1etx3jbfx88476ccja0889c"
}
]
}