---
title: "Get task result (default format)"
method: GET
path: "/api/v1/tasks/{taskId}/result"
tags: ["Tasks"]
---

# Get task result (default format)

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

## Path parameters

- `taskId` string, uuid, required

## Response `200`

Pre-signed download URL

- SuccessResponseTaskResultDownload
  - `ok` true
  - `data` TaskResultDownload
    - `downloadUrl` string, uri, required
    - `filename` string, required

## Other responses

- `404` — Resource not found

## Changes

- **2026-04-17** `5eb4ed0f33c7` — 2 breaking, 1 warning, 5 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the `ok` response property const value `false` was removed for the status `404`
  - added the new `false` enum value to the `ok` response property for the response status `404`
  - api operation id `getTaskResult` was added
  - …4 more

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