---
title: "Get meeting scheduling pages"
method: GET
path: "/scheduler/2026-03/meetings/meeting-links"
tags: ["Basic"]
---

# Get meeting scheduling pages

`GET /scheduler/2026-03/meetings/meeting-links`

Get a paged list meeting scheduling pages

## Query parameters

- `after` string
- `limit` integer
- `name` string
- `organizerUserId` string
- `type` 'GROUP_CALENDAR' | 'PERSONAL_LINK' | 'ROUND_ROBIN_CALENDAR'

## Response `200`

successful operation

- SchedulerMeetingsCollectionResponseWithTotalExternalLinkMetadata
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A string token used to identify the position before the current page in the pagination sequence.
      - `link` string — A URL string that provides a direct link to the previous page of results.
  - `results` SchedulerMeetingsExternalLinkMetadata[], required
    - `createdAt` string, date-time, required — The Unix time in milliseconds when the meeting link was created.
    - `defaultLink` boolean, required — Whether the meeting link is the user's default link.
    - `id` string, required — The unique identifier for the meeting link.
    - `link` string, required — The URL of the meeting link.
    - `name` string — The name of the meeting link.
    - `organizerUserId` string, required — The user ID of the meeting link's organizer.
    - `slug` string, required — The slug of the meeting link, located directly after the domain in the URL.
    - `type` 'GROUP_CALENDAR' | 'PERSONAL_LINK' | 'ROUND_ROBIN_CALENDAR', required — The type of the external meeting link. Accepted values are: PERSONAL_LINK, GROUP_CALENDAR, ROUND_ROBIN_CALENDAR.
    - `updatedAt` string, date-time — The Unix time in milliseconds when the meeting link was last updated.
    - `userIdsOfLinkMembers` string[], required
  - `total` integer, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
