get_task_log_detailed
Retrieve full, untruncated task logs for debugging setup errors, timeouts, and compilation failures. Includes automated error pattern analysis with top terms and example lines.
Instructions
Get the complete raw task logs via REST API. Returns the full untruncated task execution log including timeout handler output, process dumps, and stdout/stderr — content that the GraphQL get_task_log_summary tool cannot access. Automatically scans for error patterns and returns a structured summary with top error terms and example lines when errors are found. Best for debugging non-test failures (setup errors, timeouts, compilation failures). Use task_id from get_patch_failed_jobs results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task identifier from get_patch_failed_jobs response. Found in the 'task_id' field of failed_tasks array. | |
| bearer_token | No | Override with a bearer token for this request. If not provided, uses the server's default credentials. | |
| execution_retries | No | Task execution number if task was retried. Usually 0 for first execution, 1+ for retries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |