---
title: "GET /api/public/meetings/{meetingId}"
method: GET
path: "/api/public/meetings/{meetingId}"
tags: ["Meetings"]
---

# GET /api/public/meetings/{meetingId}

`GET /api/public/meetings/{meetingId}`

Get a meeting by id.

## Path parameters

- `meetingId` string, required

## Response `200`

Successful response

- object — Successful response
  - `data` object
    - `id` string
    - `coach` string
    - `title` string
    - `startDate` string, date-time
    - `endDate` string, date-time
    - `duration` number
    - `type` 'Online' | 'In person'
    - `meetingType` 'Individual' | 'Group'
    - `onlineLink` string
    - `address` string
    - `notes` string
    - `status` string
    - `capacity` number
    - `trainees` object[] — Meeting attendees. email and phoneNumber are returned only when the key also has the trainees:read scope.
      - `id` string
      - `name` string
      - `email` string
      - `phoneNumber` string
    - `createdAt` string, date-time

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.dev/coach-platform/apis/coach-platform-api.md) · [All operations](https://skmtc.dev/coach-platform/apis/coach-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coach-platform/coach-platform-api/revisions/63d8b39f710a/schema)
