---
title: "Get session transcript"
method: POST
path: "/sessions/getTranscript"
tags: ["Sessions"]
---

# Get session transcript

`POST /sessions/getTranscript`

Retrieves the transcript for a specific session

## Request body

- object
  - `sessionId` string, required — id of the session

## Response `200`

Transcript retrieved successfully

- object
  - `transcript` string — The full transcript text

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Session not found or transcript not available
- `429` — Too Many Requests - Rate limit exceeded

---

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