---
title: "Retrives a meeting"
method: GET
path: "/v1/meetings/{meetingId}"
tags: ["meeting"]
---

# Retrives a meeting

`GET /v1/meetings/{meetingId}`

Get meeting details given a meeting id

## Path parameters

- `meetingId` string, required

## Response `200`

OK

- GithubComMeetgeekaiApiInternalModelsMeetingShard
  - `host_email` string
  - `language` string
  - `meeting_id` string
  - `participant_emails` string[]
  - `source` string
  - `join_link` string
  - `timestamp_end_utc` string
  - `timestamp_start_utc` string
  - `timezone` string
  - `title` string
  - `template` object
    - `id` integer
    - `name` string
  - `team_ids` number[] — Team IDs for the teams that have access to this meeting
  - `event_id` string — Internal event identifier from the calendar provider

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `410` — Gone
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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