---
title: "Tasks - get result in a specific format"
method: GET
path: "/api/v1/tasks/{taskId}/result/{format}"
tags: ["Tasks"]
---

# Tasks - get result in a specific format

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

Returns a download URL for the requested output format (e.g. glb, step, stpz).

## Path parameters

- `taskId` string, uuid, required
- `format` string, required

## Response `200`

Result download link

- TaskResultResponse — Success envelope containing a download link for a task result
  - `ok` true, required
  - `data` TaskResultDownload, required — Download information for a completed task result
    - `downloadUrl` string, uri, required — Pre-signed URL to download the result file. Expires after 1 hour.
    - `filename` string, required — Suggested filename for the download

## Other responses

- `404` — Not found
- `409` — Task is not yet completed

---

[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/1135d4473bc2/schema)
