---
title: "Check Async Presentation Generation Status"
method: GET
path: "/api/v1/ppt/presentation/status/{id}"
tags: ["Presentation"]
---

# Check Async Presentation Generation Status

`GET /api/v1/ppt/presentation/status/{id}`

## Path parameters

- `id` string, required — ID of the presentation generation task

## Response `200`

Successful Response

- AsyncTaskModel
  - `id` string
  - `status` 'pending' | 'completed' | 'error'
  - `message` string, required
  - `data` object, nullable
  - `error` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/presenton/apis/fastapi.md) · [All operations](https://skmtc.net/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/presenton/fastapi/versions/5dae3adc4ee8/schema)
