List meetings

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

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.

calendar_invitees[]stringOptionalformat: "email"

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.

created_afterstringOptional

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

meeting_typeenumOptionalDefaults to all

Filter by meeting type.

Allowed values:
include_transcriptbooleanOptionalDefaults to false

Include the transcript for each meeting.

cursorstringOptional

Cursor for pagination.

Response

Paginated list of meetings.

limitinteger
itemslist of objects
next_cursorstringOptional

Errors