---
title: "GET /meetings"
method: GET
path: "/meetings"
---

# GET /meetings

`GET /meetings`

Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime SDK Developer Guide</i>.

## Query parameters

- `next-token` string
- `max-results` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListMeetingsResponse
  - `Meetings` Meeting[] — The Amazon Chime SDK meeting information.
    - `MeetingId` string — The Amazon Chime SDK meeting ID.
    - `ExternalMeetingId` string, password — The external meeting ID.
    - `MediaPlacement` object — The media placement for the meeting.
      - `AudioHostUrl` string — The audio host URL.
      - `AudioFallbackUrl` string — The audio fallback URL.
      - `ScreenDataUrl` string — The screen data URL.
      - `ScreenSharingUrl` string — The screen sharing URL.
      - `ScreenViewingUrl` string — The screen viewing URL.
      - `SignalingUrl` string — The signaling URL.
      - `TurnControlUrl` string — The turn control URL.
      - `EventIngestionUrl` string — The event ingestion URL to which you send client meeting events.
    - `MediaRegion` string — The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.
  - `NextToken` string — The token to use to retrieve the next page of results.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — ThrottledClientException
- `483` — UnauthorizedClientException
- `484` — ServiceUnavailableException
- `485` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime.md) · [All operations](https://skmtc.net/aws/apis/chime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime/versions/40da18840201/schema)
