Return a page of the authenticated caller's V2 1:1 meetings — the same
content shown in Bonusly's 1:1s index (upcoming first, then complete,
newest first).
Filters (all optional, all combined as AND):
status— one ofupcomingorcomplete. Omit for both.archived— boolean. Defaultfalse(excludes archived meetings);
passtrueto see only archived,falseto explicitly see non-archived.start_time,end_time— ISO 8601 timestamps filtering on
completed_at(inclusive). Combine to scope to a date range.
Pagination is cursor-based. meetings is a single page (size limit,
default 25, max 100); when more pages exist next_cursor is non-null.
To fetch the next page, call again passing only cursor — it carries
the page size and every filter, so do not re-send status, archived,
start_time, end_time, or limit (they are ignored when a cursor is
present).
Each row carries title, status, participant ids, tags, and key
timestamps. Transcript text, summaries, and collaborative document
HTML are excluded — use getMeeting or getMeetingTranscript for
the full detail.
Required OAuth scope: checkins:read or growth:read
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized
403Forbidden