List meetings

Headers

X-Api-KeystringRequired

Query parameters

calendar_invitees[]stringOptionalformat: "email"

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.

calendar_invitees_domains[]stringOptional

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.

created_afterstringOptional

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

created_beforestringOptional

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

cursorstringOptional
Cursor for pagination.
include_crm_matchesbooleanOptionalDefaults to false
Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
include_transcriptbooleanOptionalDefaults to false
Include the transcript for each meeting.
meeting_typeenumOptionalDefaults to all
Filter by meeting type.
Allowed values:
recorded_by[]stringOptionalformat: "email"

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.

teams[]stringOptional

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.

Response

Paginated list of meetings.
itemslist of objects
limitinteger or null
next_cursorstring or null

Errors