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:
```json
{ "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>" } ] }
```
Authentication
AuthorizationBasic
Use your API key as the username and leave the password empty.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Query parameters
_fields
Comma-separated list of fields to include in the response.
Response
Successful response
_type
activity_at
actual_duration
attached_call_ids
attendees
calendar_event_link
calendar_event_uids
conference_links
connected_account_id
contact_id
conversation_type_id
conversation_type_reason
created_by
date_created
date_updated
duration
ends_at
id
integrations
is_recurring
lead_id
location
note
notetaker_id
organization_id
outcome_autofill_confidence
outcome_autofill_reasoning
outcome_id
outcome_reason
playbook_id
playbook_reason
provider_calendar_event_id
provider_calendar_ids
provider_calendar_type
source
starts_at
status
summary
title
updated_by
user_id
user_note
user_note_date_updated
user_note_html
user_note_mentions
users
_paused_subscriptions
comment_summary
created_by_name
transcripts
updated_by_name
user_name
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error