Skip to main content

Tasks - get result (default format)

GET 

/api/v1/tasks/:taskId/result

Returns a download URL for the task's primary result. For compound tasks, returns a manifest with per-sub-task download links.

Request

Responses

Result download link (standard) or compound manifest

Reference

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

Returns a download URL for the task's primary result. For compound tasks, returns a manifest with per-sub-task download links.

Parameters

ParameterInTypeRequiredDescription
taskIdpathstringyesTask ID

Responses

StatusDescription
200Result download link (standard) or compound manifest
404Not found
409Task is not yet completed

Example request

curl -X GET "https://api.bitbybit.dev/api/v1/tasks/{taskId}/result" \
-H "x-api-key: YOUR_API_KEY"

Authentication: send your key in the x-api-key header. The full machine-readable specification is at openapi.json.