Skip to main content

Tasks - get task status

GET 

/api/v1/tasks/:taskId

Returns the current status and metadata of a task.

Request

Responses

Task status

Reference

GET /api/v1/tasks/{taskId}

Returns the current status and metadata of a task.

Parameters

ParameterInTypeRequiredDescription
taskIdpathstringyesTask ID

Responses

StatusDescription
200Task status
404Not found

Example request

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