---
title: "Get Async Task Status"
method: GET
path: "/api/v3/async-task/status/{id}"
tags: ["V3 Async Task"]
---

# Get Async Task Status

`GET /api/v3/async-task/status/{id}`

Check the status of an async task.

Create an API Key from your account to access this endpoint.
Authorization: Bearer sk-presenton-xxxxxxxx

## Path parameters

- `id` string, required — ID of the async task

## Headers

- `Authorization` string, required — Bearer JWT or API Key

## 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.dev/presenton/apis/fastapi.md) · [All operations](https://skmtc.dev/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
