read_log_range
Extract a targeted line range from a build log to investigate failures, expand search results, or review earlier output; logs are auto-downloaded.
Instructions
Read a specific range of lines from a build log.
Use this to widen the window around a line number that search_log
reported, or to inspect an earlier section. Reads forward from
start_line; a range too large for max_chars stops early and tells you
the call to continue with, so nothing is silently lost.
Each line is clipped to max_line_chars (0 = verbatim). The log is
downloaded automatically if not already on disk — no need to call
download_log first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_id | Yes | ||
| end_line | Yes | ||
| filename | Yes | ||
| max_chars | No | ||
| start_line | Yes | ||
| max_line_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |