shell_bg_log
Retrieve the log output of a background job. Optionally limit results to the last N lines for concise review.
Instructions
Get the log output of a background job. Optionally limit to the last N lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Only return the last N lines of output | |
| jobId | Yes | Job ID returned by shell_bg_start |