Tasks - get task status
GET/api/v1/tasks/:taskId
Returns the current status and metadata of a task.
Request
Responses
- 200
- 404
Task status
Not found
Reference
GET /api/v1/tasks/{taskId}
Returns the current status and metadata of a task.
Parameters
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
taskId | path | string | yes | Task ID |
Responses
| Status | Description |
|---|---|
200 | Task status |
404 | Not 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.