---
title: "Get task status"
method: GET
path: "/api/v1/tasks/{taskId}"
tags: ["Tasks"]
---

# Get task status

`GET /api/v1/tasks/{taskId}`

## Path parameters

- `taskId` string, uuid, required

## Response `200`

Task details

- SuccessResponseTaskDetail
  - `ok` true
  - `data` TaskDetail
    - `taskId` string, uuid, required
    - `kind` 'cad' | 'model' | 'convert-simple' | 'convert-advanced' | 'pipeline' | 'compound', required
    - `label` string, required
    - `status` 'waiting' | 'queued' | 'processing' | 'completed' | 'failed' | 'cancelled' | 'expired', required
    - `progress` number, nullable
    - `error` string, nullable
    - `resultParts` object, nullable
    - `metadata` object, nullable
    - `createdAt` string, date-time, required
    - `startedAt` string, date-time, nullable
    - `finishedAt` string, date-time, nullable
    - `expiresAt` string, date-time, required

## Other responses

- `404` — Resource not found

## Changes

- **2026-04-17** `5eb4ed0f33c7` — 16 breaking, 2 warning, 8 info
  - the response property `data/error` became nullable for the status `200`
  - the response property `data/finishedAt` became nullable for the status `200`
  - the response property `data/metadata` became nullable for the status `200`
  - the response property `data/progress` became nullable for the status `200`
  - …22 more

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/api/v1/tasks/:taskId/get.md)

---

[API](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api.md) · [All operations](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitbybit-dev/bitbybit-cad-cloud-api/revisions/5eb4ed0f33c7/schema)
