ghidriff_job_log
Read console logs from a Ghidra diff job by job ID, with tail and paging options to inspect output.
Instructions
Read the ghidriff console log of a job, tailed or paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id returned by ghidriff_start_diff. | |
| max_lines | No | Maximum lines returned when paging with start_line. | |
| start_line | No | Read from this 1-based line instead of the tail. | |
| tail_lines | No | Return only the last N lines (0 disables the tail). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||