---
title: "Get transcription"
method: GET
path: "/v2/projects/{project_id}/transcription"
tags: ["projects"]
---

# Get transcription

`GET /v2/projects/{project_id}/transcription`

Get transcription of project specified.

## Path parameters

- `project_id` string, uuid, required — Project ID

## Query parameters

- `segment_ids` string[], nullable — List of segment ids to select

## Response `200`

Project transcription

- TranscriptionGet
  - `segments` SegmentGet[], required — List of segments
    - `src` SegmentText
      - `text` string, required — Segment text
      - `lang` string, nullable — Segment language
    - `dst` SegmentText
      - `text` string, required — Segment text
      - `lang` string, nullable — Segment language
    - `speaker` string, nullable — Speaker identifier. Must be specified in `SPEAKER_XX` format (case-sensitive), where `XX` corresponds to Speaker's index, starting with 00.
    - `start` string, required — Segment start time. Must be valid `HH:MM:SS,mmm` timestamp
    - `end` string, required — Segment end time. Must be valid `HH:MM:SS,mmm` timestamp
    - `id` string, required — Segment ID
    - `status` 'processing' | 'updated' | 'done' | 'error', required — Segment status

## Other responses

- `422` — Validation Error

---

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