Skip to main content
GET
List meetings

Authorizations

X-Api-Key
string
header
required

Include your API key in the X-Api-Key header of every request.

Query Parameters

calendar_invitees_domains[]
string[]

Domains of the companies to filter by. Exact match.

Pass the parameter once per value, e.g. calendar_invitees_domains[]=acme.com&calendar_invitees_domains[]=client.com.

Returns meetings whose associated company matches one of the specified domains. (Note that meetings are only associated with one company.)

Example:
calendar_invitees_domains_type
enum<string>
default:all

Filter by whether calendar invitee list includes external email domains.

Available options:
all,
only_internal,
one_or_more_external
created_after
string

Filter to meetings with created_at after this timestamp, e.g. created_after=2025-01-01T00:00:00Z.

created_before
string

Filter to meetings with created_at before this timestamp, e.g. created_before=2025-01-01T00:00:00Z.

cursor
string

Cursor for pagination.

include_action_items
boolean
default:false

Include the action items for each meeting.

include_crm_matches
boolean
default:false

Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.

include_highlights
boolean
default:false

Include the highlights for each meeting.

include_summary
boolean
default:false

Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).

include_transcript
boolean
default:false

Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).

meeting_type
string

Filter by meeting type name.

Returns only meetings assigned the meeting type with this name. Use /meeting_types to discover valid values. An unknown or non-matching name returns an empty list.

Example:

"Quarterly Business Review"

recorded_by[]
string<email>[]

Email addresses of users who recorded meetings.

Pass the parameter once per value, e.g. recorded_by[]=ceo@acme.com&recorded_by[]=pm@acme.com.

Returns meetings recorded by any of the specified users.

If no value is passed (or with teams[]), calls from users external to your Org will not be returned.

Example:
teams[]
string[]

Team names to filter by.

Pass the parameter once per value, e.g. teams[]=Sales&teams[]=Engineering.

Returns meetings that belong to any of the specified teams.

If no value is passed (or with recorded_by[]), calls from users external to your Org will not be returned.

Example:

Response

Paginated list of meetings.

limit
integer | null
required
Example:

1

next_cursor
string | null
required
Example:

"eyJwYWdlX251bSI6Mn0="

items
object[]
required