Get Meeting
GET /inbox/meetings/{meeting_id}
GET
/inbox/meetings/{meeting_id}
Get a single meeting by ID with full transcript bundled inline.
Transcript content is included when the caller is a participant or
has the meetings:see_transcripts permission. Otherwise the response
sets transcript_redacted=true and omits the transcript body
(status / IDs remain visible).
Authorizations
Parameters
Path Parameters
meeting_id
required
Meeting ID (CalendarEvent.id)
string
Meeting ID (CalendarEvent.id)
Header Parameters
Responses
200
Successful Response
object
data
required
Full meeting record returned by the detail endpoint.
Bundles transcript text + structured extractions inline so a single
call returns everything a UI needs to render the meeting view. When
the caller lacks meetings:see_transcripts permission and is not a
participant, transcript_redacted=true and transcript content is
omitted (status / IDs still returned).
object
action_items
Any of:
Array<object>
object
key
additional properties
any
null
assignees
Array<object>
object
key
additional properties
any
attendees
campaign_mentions
Any of:
Array<string>
null
channel
string
custom_fields
Any of:
Array<object>
object
key
additional properties
any
null
id
required
string
key_topics
Any of:
Array<string>
null
meeting_tasks
Any of:
Array<object>
object
key
additional properties
any
null
participant_links
Any of:
Array<object>
object
key
additional properties
any
null
tags
Array<object>
object
key
additional properties
any
transcript_redacted
boolean
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string