List meetings
Headers
Query parameters
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.
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.
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
.
Email addresses of meeting owners.
Pass the parameter once per value, e.g.
recorded_by[]=ceo@acme.com&recorded_by[]=pm@acme.com
.
Returns meetings hosted by any of the specified users.
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.