Retrieve detailed information about a specific task including status, progress, logs, and execution results.
This endpoint allows you to retrieve comprehensive details about a task that has been created. You can monitor task progress, view execution logs, analyze diffs, and check completion status.Documentation Index
Fetch the complete documentation index at: https://docs.blackbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
bb_xxxxxxxxxxxxxxxxxxxxxx
Bearer <api_key>.Example: Bearer bb_b41b647ffbfed27f61656049d3eaeef3d903cc503345d9eb80080d98bc09qQe2F8Z_nXx9-eJA0BD6pending - Task is queued and waiting to startrunning - Task is currently being executedcompleted - Task finished successfullyfailed - Task encountered an errorcancelled - Task was cancelled by useragent - Agent namemodel - Model identifieragent - Agent namestatus - Execution statusgitDiff - Git diff of changes madebranchName - Branch created by this agentexecutedAt - Execution start timestampcompletedAt - Execution completion timestampanalysis - Detailed markdown analysis of implementationsbestAgent - Name of the agent with the best implementationanalyzedAt - Timestamp of analysistotalLinesAdded - Number of lines addedtotalLinesRemoved - Number of lines removedtotalFilesChanged - Number of files modifiedinitialCommitSha - SHA of the initial commitmultiLaunch: true, you can compare different agent implementations:
| Status Code | Error | Description |
|---|---|---|
| 200 | Success | Task details retrieved successfully |
| 401 | Unauthorized | Invalid or missing API key |
| 404 | Not Found | Task not found or user does not have access to the task |
| 500 | Internal Server Error | Database error occurred while fetching task |