claude_check
Check the status and recent output of a background job using its job ID. Returns status, exit code, and a tail of stdout/stderr.
Instructions
Check a background job's status and recent output. Returns status (running | completed | failed | orphaned), exit code, and a tail of stdout/stderr.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| tailBytes | No | Bytes of stdout/stderr to return (default 8000). |