Skip to main content

List Conversations

List conversations matching the specified criteria. Returns all conversation if no criteria provided.

External Documentation

To learn more, visit the Chorus documentation.

Basic Parameters

ParameterDescription
Engagement IDsA comma-separated list of Engagement ID(s) to filter by.
Engagement TypeThe type of engagements to retrieve. If not specified, both types of conversations will return.
Max DateMax date of engagement to filter by.
Min DateMin date of engagement to filter by.
Participants EmailA single email address of a participant to filter by.
Team IDsA comma-separated list of Team ID(s) for engagement owner to filter by.
User IDsA comma-separated list of User ID(s) for engagement owner to filter by.
With TrackersSelect to return trackers information with the results.

Advanced Parameters

ParameterDescription
Continuation KeyContinuation key for pagination.
Disposition ConnectedSelect to include conversations where the call was connected.
Disposition GatekeeperSelect to include conversations where the call reached a gatekeeper.
Disposition TreeSelect to include conversations where the call encountered a phone tree.
Disposition VoicemailSelect to include conversations where the call resulted in voicemail.

Example Output

{
"continuation_key": "1591110020.0 20C790A0EB9646DBB95725D7951C2506",
"engagements": [
{
"account_id": "",
"account_name": "Mike Gorman Meetings",
"compliance": "non-compliant",
"date_time": 1632490362,
"disposition_connected": true,
"disposition_gatekeeper": false,
"disposition_tree": false,
"disposition_voicemail": false,
"duration": 2872.75,
"engagement_id": "EE8ED5BBBC254177B8201B9D84855949",
"engagement_type": "meeting",
"initiator": "string",
"language": "en",
"no_show": true,
"num_cust_questions": 0,
"num_engaging_questions": 0,
"opportunity_id": "string",
"opportunity_name": "string",
"participants": [
{
"company_name": "ZoomInfo",
"email": "mike.gorman@zoominfo.com",
"name": "Mike Gorman",
"person_id": 18272271,
"title": "Principal Architect",
"type": "rep",
"user_id": 305921
}
],
"processing_state": "done",
"subject": "Unscheduled Meeting",
"tracker_matches": [
{
"name": "Authority",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Objection - Great Question / Feedback",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Trial / POC",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Next Steps & To Do's",
"num_matches": 3,
"type": "chorus"
},
{
"name": "Note to self",
"num_matches": 1,
"type": "chorus"
},
{
"name": "Coronavirus",
"num_matches": 2,
"type": "chorus"
}
],
"url": "https://chorus.ai/meeting/EE8ED5BBBC254177B8201B9D84855949",
"user_email": "mike.gorman@zoominfo.com",
"user_id": 305921,
"user_name": "Mike Gorman"
}
]
}

Workflow Library Example

List Conversations with Chorus and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop