List meetings
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
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.
Email addresses of calendar_invitees.
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.
Filter to meetings with created_at after this timestamp, e.g. created_after=2025-01-01T00:00:00Z
.
Filter by meeting type.
Include the transcript for each meeting.
Cursor for pagination.
Response
Paginated list of meetings.