---
title: "Get a single transcription object by transcription id."
method: GET
path: "/transcriptions/{id}"
tags: ["Transcriptions"]
---

# Get a single transcription object by transcription id.

`GET /transcriptions/{id}`

Get a single transcription object by transcription id. Returns a JSON result.

## Query parameters

- `id` string
- `debug` boolean

## Response `200`

A body of response data containing a transcription object if it was found.

## Other responses

- `422` — Unprocessable Entity.

---

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