---
title: "Tasks - get all results"
method: GET
path: "/api/v1/tasks/{taskId}/results"
tags: ["Tasks"]
---

# Tasks - get all results

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

Returns download URLs for every available result format in a single call. Use this instead of making multiple requests to /result/{format}.

## Path parameters

- `taskId` string, uuid, required

## Response `200`

Download links for all available formats

- TaskResultsResponse — Success envelope containing download links for all result formats
  - `ok` true, required
  - `data` TaskResultsDownload, required — Download information for all available result formats of a completed task
    - `downloads` object[], required — Download links for all available result formats
      - `format` string, required — Result format key (e.g. 'glb', 'step', 'metadata')
      - `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

## Changes

- **2026-05-02** `fd6832a054ce` — 1 info
  - endpoint added
- **2026-04-17** `5eb4ed0f33c7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/api/v1/tasks/:taskId/results/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/1135d4473bc2/schema)
