---
title: "Get Task"
method: GET
path: "/v1/labs/task/{task_id}"
tags: ["Labs"]
---

# Get Task

`GET /v1/labs/task/{task_id}`

Get details of a TTS task.

## Path parameters

- `task_id` string, required

## Response `200`

Task details

- LabsTask
  - `id` string — Task ID
  - `input` string — Input text
  - `voice_id` string — Voice ID used
  - `model_id` string — Model ID used
  - `style` number — Style value
  - `speed` number — Speed value
  - `use_speaker_boost` boolean — Whether speaker boost was enabled
  - `similarity` number — Similarity value
  - `stability` number — Stability value
  - `created_at` string, date-time — Creation time (ISO 8601)
  - `status` 'processing' | 'completed' — Status: `processing`, `completed`
  - `result` string — Audio file URL (available when completed)
  - `subtitle` string — Subtitle file URL (available when completed and exported)

---

[API](https://skmtc.dev/genaipro/apis/genaipro-api.md) · [All operations](https://skmtc.dev/genaipro/apis/genaipro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genaipro/genaipro-api/revisions/91f814eaecbd/schema)
