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

# Get task result in a specific format

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

## Path parameters

- `taskId` string, uuid, required
- `format` 'glb' | 'step' | 'stpz' | 'metadata' | 'decomposed-mesh', required

## Response `200`

Pre-signed download URL for the requested format

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

## Other responses

- `404` — Resource not found

## Changes

- **2026-04-17** `5eb4ed0f33c7` — 5 breaking, 2 warning, 7 info
  - the `path` request parameter `format` was restricted to a list of enum values
  - the response property `data` became optional for the status `200`
  - the response property `ok` became optional for the status `200`
  - the `ok` response property const value `false` was removed for the status `404`
  - …10 more

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