---
title: "Get Transcription Result"
method: GET
path: "/transcription-result/{run_id}"
tags: ["Apis"]
---

# Get Transcription Result

`GET /transcription-result/{run_id}`

Get the result for your transcription only project by using the run_id

## Path parameters

- `run_id` integer, required — The unique identifier for the run, which was generated during the creation process and returned upon task completion.

## Query parameters

- `word_level_timestamps` boolean — When set to `true`, this parameter enables the generation of word-level timestamps in the response. These timestamps provide precise timing information for each word in the processed audio.

## Response `200`

Successful Response

- DialogueItem[]
  - `start` number, float, required — The start time (in seconds) of the dialogue.
  - `end` number, float, required — The end time (in seconds) of the dialogue.
  - `text` string, required — The actual text content of the dialogue spoken by the speaker.
  - `speaker` string, required — The name or identifier of the speaker delivering the dialogue.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
