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