> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Conversation By ID

Fetch a `Meeting` type conversation using a specified ID.

<Note>
  External Documentation

  To learn more, visit the [Chorus documentation](https://api-docs.chorus.ai/#9408b779-941d-46b9-9a44-551b3d3fb6f8).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                          |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Conversation ID | The 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 fields | The conversation fields to populate.                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-conversation-by-id-with-chorus-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-conversation-by-id-with-chorus-and-send-results-via-email/canvas" />
</div>
