---
title: "Get transcriptions for a task"
method: GET
path: "/tools/transcriptions/{task_id}"
tags: ["Transcription"]
---

# Get transcriptions for a task

`GET /tools/transcriptions/{task_id}`

Retrieves all transcriptions associated with a specific task using the new recording system.

- **task_id**: The ID of the task to retrieve transcriptions for.
- **employee_id**: Optional employee ID to fetch transcriptions for (managers can view employee tasks)

Returns:
- A list of transcription titles and their corresponding contents.
- The site summary for the task (if available)

## Path parameters

- `task_id` string, required

## Query parameters

- `employee_id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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