latestOpenAPI 3.1.02026-08-233001841.3 MB

0dcf3303e9d7

activities.meetings

Get a single Meeting activity

Meeting transcripts can be accessed using this API but are not loaded by default. To load transcripts, use the _fields parameter with transcripts value.

The transcripts field is an array of objects for each Close Notetaker bot that joined the meeting. Typically, there will be only one transcript. Transcripts are ordered by the time bots joined the meeting.

Example transcripts in response:

{ "transcripts": [ { "utterances": [ { "speaker_label": "John Lead", "speaker_side": "contact", "start": 0.1, "end": 1.2, "text": "Hey, what's up? How is it going?" }, { "speaker_label": "Jane User", "speaker_side": "close-user", "start": 1.3, "end": 2.4, "text": "Hey John, I'm doing great. How about you?" } ], "summary_text": "Summary text", "summary_html": "<p>Summary text</p>" } ] }
get/activity/meeting/{id}/

Path parameters

idstring required

Query parameters

_fieldsstring

Comma-separated list of fields to include in the response.

Response

Successful response

_typestring required
activity_atstring date-time nullable required
actual_durationinteger nullable required
attached_call_idsstring[] required
calendar_event_linkstring nullable required
calendar_event_uidsstring[] required
connected_account_idstring nullable required
contact_idstring nullable required
conversation_type_idstring nullable required
conversation_type_reason'user-selected' | 'autodetected' required
created_bystring nullable required
created_by_namestring nullable
date_createdstring date-time required
date_updatedstring date-time required
durationinteger required
ends_atstring date-time required
idstring required
integrationsobject[] required
is_recurringboolean required
lead_idstring nullable required
locationstring required
notestring required
notetaker_idstring nullable required
organization_idstring required
outcome_autofill_confidence'low' | 'medium' | 'high' required
outcome_autofill_reasoningstring nullable required
outcome_idstring nullable required
outcome_reason'autofilled' | 'user-selected' | 'voicemail-dropped' required
playbook_idstring nullable required
playbook_reason'user-selected' | 'autodetected' required
provider_calendar_event_idstring nullable required
provider_calendar_idsstring[] required
provider_calendar_type'google' | 'microsoft' required
source'calendar' | 'manual' required
starts_atstring date-time required
status'upcoming' | 'in-progress' | 'completed' | 'canceled' | 'declined-by-org' | 'declined-by-lead' required
titlestring required
updated_bystring nullable required
updated_by_namestring nullable
user_idstring nullable required
user_namestring nullable
user_notestring nullable required
user_note_date_updatedstring date-time nullable required
user_note_htmlstring nullable required
user_note_mentionsstring[] required
usersstring[] required