Include your API key in the X-Api-Key
header of every request.
Email address of calendar_invitees to filter by.
Pass the parameter once per value, e.g.
calendar_invitees[]=cfo@acme.com&calendar_invitees[]=legal@acme.com
.
Returns meetings where any of the given email addresses appear in the calendar_invitees list.
["cfo@acme.com", "legal@acme.com"]
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 where any of the given company domains appear in the meeting.
["acme.com", "client.com"]
Filter by whether calendar invitee list includes external email domains.
any
, only_internal
, one_or_more_external
Filter to meetings with created_at after this timestamp, e.g. created_after=2025-01-01T00:00:00Z
.
Filter to meetings with created_at before this timestamp, e.g. created_before=2025-01-01T00:00:00Z
.
Cursor for pagination.
Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
Filter by meeting type.
all
, internal
, external
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.
["ceo@acme.com", "pm@acme.com"]
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.
["Sales", "Engineering"]
Paginated list of meetings.
The response is of type object
.