---
title: "Get Async Inference Task"
method: GET
path: "/v1/async-tasks/{task_id}"
---

# Get Async Inference Task

`GET /v1/async-tasks/{task_id}`

Gets the status of an async inference task.

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- GetAsyncTaskV1Response
  - `task_id` string, required
  - `status` 'PENDING' | 'STARTED' | 'SUCCESS' | 'FAILURE' | 'UNDEFINED', required
  - `result` unknown
  - `traceback` string, nullable
  - `status_code` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
