---
title: "Get a single audio transcription by ID"
method: GET
path: "/v1/audio/transcriptions/{transcriptionId}"
tags: ["Audio Transcriptions"]
---

# Get a single audio transcription by ID

`GET /v1/audio/transcriptions/{transcriptionId}`

Gets a single audio transcription based on the ID supplied

## Path parameters

- `transcriptionId` string, required

## Response `200`

Audio transcription response

- GetAudioTranscriptionResponse
  - `status` string — Status of the response
  - `data` object
    - `id` string — Unique identifier for the audio transcription
    - `payload` object — Either markdown or JSON representation of the note. Both can be present as well.
      - `transcription` string — Transcription of the audio
    - `timestamp` object
      - `start` integer — Start timestamp
      - `complete` integer — Complete timestamp
  - `date` string, date-time — Timestamp of the response

## Other responses

- `400` — Unexpected error

---

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