List Meetings
GET /inbox/meetings
List meetings as compact summary cards.
The default visibility scope follows the caller’s RBAC. Pass
participant_email to scope down to a specific contact’s meetings
(matched across organizer + owner + attendees). Transcript content
is returned only as a short summary preview; call the detail
endpoint for full transcript text.
Authorizations
Parameters
Query Parameters
Filter to meetings where ANY of the provided emails appears as organizer, owner, or attendee (case-insensitive, OR-matched). Repeat the param for multiple emails.
Internal meeting visibility. ‘include_internal’ returns ALL meetings (team syncs, internal-only attendees). ‘exclude_internal’ drops any meeting with no external attendees. Omitting respects the org policy default (most orgs default to exclude_internal). Pass include_internal to see team/standup meetings the default would hide.
Page number
Page number
Items per page
Items per page
Header Parameters
Responses
200
Successful Response
object
Card-level meeting record returned by the list endpoint.
Mirrors the UnifiedChannelItem meeting fields most clients need to
render a meeting list (cards / table rows). The transcript preview
is included as transcript_summary; full body text is only returned
by the detail endpoint to keep list payloads small.
object
object
object
True when transcript content is hidden due to lack of permissions
422
Validation Error