ad1f8c51cf0a
List meetings
Returns a list of meetings. Uses cursor pagination.
Query parameters
Number of meetings to return per page (min: 1, max: 50, default: 25).
Base64-encoded cursor for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.
Filter meetings by sync watermark on or after this date. The watermark is updated when the meeting, its links, or its transcripts change.
Filter meetings by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Only include meetings whose start time is on or after this date/time (inclusive).
Only include meetings whose start time is on or before this date/time (inclusive).
Response
Successfully retrieved meetings. Returns items with pagination info containing the cursor for the next page.