Skip to content

Get Meeting

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

X-Target-Org-Id
Any of:
string

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
assignees
Array<object>
object
key
additional properties
any
attendees
Array<object>

Lightweight attendee record on a meeting.

object
email
Any of:
string
name
Any of:
string
organizer
Any of:
boolean
response_status
Any of:
string
audience_type
Any of:
string
campaign_mentions
Any of:
Array<string>
channel
string
default: meetings
created_at
Any of:
string
custom_fields
Any of:
Array<object>
object
key
additional properties
any
end_time
Any of:
string
id
required
string
is_internal_only
Any of:
boolean
key_topics
Any of:
Array<string>
matched_account
Any of:
object
key
additional properties
any
meeting_sensitivity
Any of:
string
meeting_tasks
Any of:
Array<object>
object
key
additional properties
any
meeting_url
Any of:
string
organizer_email
Any of:
string
organizer_team_member
Any of:
object
key
additional properties
any
owner_team_member
Any of:
object
key
additional properties
any
participant_links
Any of:
Array<object>
object
key
additional properties
any
start_time
Any of:
string
subject
Any of:
string
tags
Array<object>
object
key
additional properties
any
transcript_id
Any of:
string
transcript_link_source
Any of:
string
transcript_redacted
boolean
transcript_source
Any of:
string
transcript_status
Any of:
string
transcript_summary
Any of:
string
transcript_text
Any of:
string
updated_at
Any of:
string
user_email
Any of:
string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string