---
title: "Get Tts Result"
method: GET
path: "/tts/{task_id}"
tags: ["Apis", "Text-to-Speech"]
---

# Get Tts Result

`GET /tts/{task_id}`

## Path parameters

- `task_id` string, required — This parameter represents a unique identifier for a task. It is used in various API endpoints to query the status or result of a specific task. The `task_id` is typically returned when a task is created.

## Response `200`

Successful Response

- OrchestratorPipelineResult
  - `status` 'SUCCESS' | 'PENDING' | 'TIMEOUT' | 'ERROR' | 'PAYMENT_REQUIRED'
  - `run_id` integer, nullable

## 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)
