GET {{baseUrl}}/iq/conversations/:conversationId
Get information for a specific conversation. Scopes: Rate Limit Label: iq_conversation:read:admin
,iq_conversation:read
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"conversation_id": "<string>",
"meeting_id": "<long>",
"meeting_uuid": "<string>",
"host_id": "<string>",
"host_email": "<email>",
"topic": "<string>",
"conversation_topic": "<string>",
"duration": "<integer>",
"summary": "<string>",
"conversation_type": "<string>",
"stage_during_conversation": "<string>",
"start_time": "<string>",
"meeting_start_time": "<string>",
"iq_processed_time": "<string>",
"engagement_score": "<integer>",
"sentiment_score": "<integer>",
"conversation_url": "<string>",
"deal": {
"id": "<string>",
"name": "<string>",
"stage": "<string>",
"customer_crm_account_name": "<string>",
"close_date": "<string>"
}
} |
ENDPOINTS