Skip to main content

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}.

Request

Responses

Download links for all available formats

Reference

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}.

Parameters

ParameterInTypeRequiredDescription
taskIdpathstringyesTask ID

Responses

StatusDescription
200Download links for all available formats
404Not found
409Task is not yet completed

Example request

curl -X GET "https://api.bitbybit.dev/api/v1/tasks/{taskId}/results" \
-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.