latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Conversations

Fetch a specific conversation

This API fetches the conversation with the given ID.

get/api/v1/conversations/{id}

Path parameters

idstring required

id

Query parameters

fieldsstring

The list of fields to populate. Value must be a comma-delimited list. Each item must be one of the following: account, company_name, _created_at, _modified_at, deal, disposition, language, metrics, meeting.id, name, owner, owner.email, participants, private, recording, recording.audio_only, recording.autojoin, recording.autojoin_reason, recording.clusters, recording.duration, recording.end_reason, recording.recordable, recording.schedule_end_time, recording.schedule_start_time, recording.start_time, recording.thumbnails, recording.trackers, recording.utterances, source, status, user_company_name

fields[conversations]string

The list of conversation fields to populate. This parameter is deprecated. Use fields, instead. Value must be a comma-delimited list.

fields[recordings]string

The recording-related fields to populate. This parameter is deprecated. Use fields, instead. Value must be a comma-delimited list.

force_regenerationboolean

Specify true to force the conversation to be regenerated based on the latest information.

skip_summary_generationboolean

Specify true to skip summary generation.

include_meeting_metadataboolean

Whether to include meeting metadata including provider calendar id and meeting url

Response

Success