Read a bounded tail from a longrun job
read_log_tailRead-only
Read the stored log tail for a completed job by its ID, using optional line and byte limits to inspect recent output.
Instructions
Read only the bounded tail stored for a known job ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| tail_bytes | No | ||
| tail_lines | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | Yes | ||
| job_id | Yes | ||
| source_path | Yes |