Skip to main content
GET
List Meeting Links

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

after
string

The paging cursor token of the last successfully read resource, used for pagination.

limit
integer<int32>

The maximum number of results to display per page.

name
string

Filter meeting links by name.

organizerUserId
string

Filter meeting links by the organizer's user ID.

type
enum<string>

Filter meeting links by type. Valid values are PERSONAL_LINK, GROUP_CALENDAR, and ROUND_ROBIN_CALENDAR.

Available options:
GROUP_CALENDAR,
PERSONAL_LINK,
ROUND_ROBIN_CALENDAR

Response

successful operation

results
object[]
required

An array of external link metadata objects. Each object contains details about an external meeting link.

total
integer<int32>
required

The total number of external link metadata entries available. This is an integer value.

paging
object
Last modified on March 31, 2026