---
title: "Get Takeout"
method: GET
path: "/api/v1/takeouts/get/{job_id}"
tags: ["takeouts"]
---

# Get Takeout

`GET /api/v1/takeouts/get/{job_id}`

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- TakeoutStatusResponse
  - `job_id` string, required
  - `status` 'pending' | 'in_progress' | 'completed' | 'failed' | 'canceled', required — Status of a takeout request.
  - `updated_at` string, date-time, required
  - `file_names` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/06d84a474bf4/schema)
