Fetch a Meeting type conversation using a specified ID.

External Documentation

To learn more, visit the Chorus documentation.

Parameters

ParameterDescription
Conversation IDThe ID of the conversation to fetch. The conversation (engagement) ID can be obtained by the List Conversations action. This action supports only conversations of type Meeting.
Returned fieldsThe conversation fields to populate.

Example Output

{
	"data": {
		"attributes": {
			"account": {
				"ext_id": "<string>",
				"id": 185388961,
				"name": "<string>",
				"type": "<string>",
				"zi_company_id": "<string>"
			},
			"company_name": "<string>",
			"deal": {
				"initial_amount": 0
			},
			"language": "<string>",
			"metrics": [
				{
					"name": "<string>",
					"value": 22
				},
				{
					"name": "<string>",
					"value": 158
				}
			],
			"name": "<string>",
			"owner": {
				"email": "<string>",
				"name": "<string>",
				"person_id": 60915418,
				"user_id": 713779
			},
			"participants": [
				{
					"company_name": "<string>",
					"email": "<string>",
					"name": "<string>",
					"person_id": 161336482,
					"picture": "<string>",
					"title": "<string>",
					"type": "<string>",
					"user_id": 1248257,
					"zi_person_id": 2095008162
				},
				{
					"company_name": "<string>",
					"email": "<string>",
					"name": "<string>",
					"person_id": 156585553,
					"title": "<string>",
					"type": "<string>",
					"zi_person_id": 3076384035
				}
			],
			"private": false,
			"recording": {
				"audio_only": false,
				"autojoin": true,
				"clusters": [
					{
						"company_name": "<string>",
						"id": 1161764224,
						"match_method": "<string>",
						"participant": 90306819,
						"ranges": [
							{
								"length": 11,
								"start": 2,
								"talk_time": 2
							},
							{
								"length": 2,
								"start": 7,
								"talk_time": 1
							}
						],
						"speaker_name": "<string>",
						"title": "<string>",
						"type": "<string>",
						"user_id": 238896
					},
					{
						"company_name": "<string>",
						"id": 134567422,
						"match_method": "<string>",
						"participant": 94833051,
						"ranges": [
							{
								"length": 0,
								"start": 6,
								"talk_time": 2
							},
							{
								"length": 2,
								"start": 3,
								"talk_time": 1
							}
						],
						"speaker_name": "<string>",
						"title": "<string>",
						"type": "<string>"
					}
				],
				"duration": 5621,
				"schedule_end_time": "2025-05-12T20:30:53.940000Z",
				"schedule_start_time": "2025-05-12T20:30:53.940000Z",
				"start_time": "2025-05-12T20:30:53.940000Z",
				"thumbnails": [
					{
						"duration": 3,
						"id": "<string>",
						"offset_end": 123,
						"offset_start": 91,
						"type": "<string>"
					},
					{
						"duration": 5,
						"id": "<string>",
						"offset_end": 103,
						"offset_start": 84,
						"type": "<string>"
					}
				],
				"trackers": [
					{
						"count": 2,
						"id": "<string>",
						"mentions": [
							{
								"offset": 2,
								"utterance": 45
							},
							{
								"offset": 1,
								"utterance": 63
							}
						],
						"name": "<string>",
						"source": "<string>",
						"team_ids": [],
						"type": "<string>"
					},
					{
						"count": 1,
						"id": "<string>",
						"mentions": [
							{
								"offset": 2,
								"utterance": 67
							},
							{
								"offset": 2,
								"utterance": 923
							}
						],
						"name": "<string>",
						"source": "<string>",
						"team_ids": [],
						"type": "<string>"
					}
				],
				"utterances": [
					{
						"date_time": "2025-05-12T20:30:53.940000Z",
						"engaging": false,
						"expired": false,
						"id": "<string>",
						"index": 2,
						"participant": 183967867,
						"snippet": "<string>",
						"snippet_length": 1,
						"snippet_time": 1,
						"snippet_word_count": 2,
						"speaker_id": 104838146,
						"speaker_name": "<string>",
						"speaker_type": "<string>"
					},
					{
						"date_time": "2025-05-12T20:30:53.940000Z",
						"engaging": false,
						"expired": false,
						"id": "<string>",
						"index": 1,
						"participant": 33139765,
						"snippet": "<string>",
						"snippet_length": 2,
						"snippet_time": 4,
						"snippet_word_count": 2,
						"speaker_id": 58611463,
						"speaker_name": "<string>",
						"speaker_type": "<string>"
					}
				]
			},
			"status": "<string>",
			"user_company_name": "<string>"
		},
		"id": "<string>",
		"type": "<string>"
	}
}

Workflow Library Example

Get Conversation by Id with Chorus and Send Results Via Email

Preview this Workflow on desktop