ssh_job_status
Check the status of a background SSH job and get its output, with option to show specified lines from the end.
Instructions
Check the status of a background job and retrieve its output.
Args: job_id: The job ID returned by ssh_run_background. tail_lines: Number of lines to show from the end of stdout/stderr. host: SSH host alias from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| tail_lines | No | ||
| host | No |