build_status
Track background build progress by retrieving status, elapsed time, and recent log lines. Identify success or failure quickly.
Instructions
Check the progress of a background build. Returns status (running/success/failed), elapsed time, and recent log output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_id | Yes | Build ID returned by start_build | |
| tail_lines | No | Number of log lines to return from the end | |
| parse | No | Parse log for build phase/utilization/timing (set false for fast polling) |