get_job_logs
Fetch the tail of stdout and stderr logs from a job to diagnose failures or stalls after a wait or timeout.
Instructions
Inspect bounded stdout and stderr tails for a known failed or stalled job.
Use after a terminal wait reports failure, timeout, stall, or loss and its bounded result needs focused diagnostics. Do not use as a progress stream, do not repeatedly tail a running healthy Job, and do not use it instead of wait_for_job to learn that work completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | ||
| job_id | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||