---
title: "Get a meeting transcript"
method: GET
path: "/v1/meetings/{meeting_id}/transcript"
tags: ["Meetings"]
---

# Get a meeting transcript

`GET /v1/meetings/{meeting_id}/transcript`

Retrieve the transcript for a meeting. The transcript field is null when the meeting has no transcript. When present, transcript is a structured array of text segments with timestamps and participant names.

## Response `200`

successful

- object
  - `meeting_id` string, required
  - `transcript` object[], nullable
    - `text` string, required
    - `start_timestamp` object, nullable
    - `end_timestamp` object, nullable
    - `participant` object, required
      - `name` string, required

## Other responses

- `401` — unauthorized - missing or invalid token

---

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