latestOpenAPI 3.1.02026-07-26167644759.4 KB

ad1f8c51cf0a

Meetings

List meetings

Returns a list of meetings. Uses cursor pagination.

get/meetings

Query parameters

limitinteger
Example:25

Number of meetings to return per page (min: 1, max: 50, default: 25).

cursorstring
Example:eyJtb2RpZmllZEF0IjoiMjAyNC0xMS0wNlQxMDozMDowMC4wMDBaIiwiaWQiOiJtZWV0aW5nLTEyMyJ9

Base64-encoded cursor for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.

modifiedSincestring date-time

Filter meetings by sync watermark on or after this date. The watermark is updated when the meeting, its links, or its transcripts change.

modifiedUntilstring date-time

Filter meetings by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.

startsAfterstring date-time

Only include meetings whose start time is on or after this date/time (inclusive).

startsBeforestring date-time

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.

GetMeetingsResponseDto required— unresolved $ref