logs
Retrieve output from a background process by providing the process name and optionally specifying the number of lines to display.
Instructions
Read output from a background process.
Args: name: Process name/ID from bg. tail: Number of lines to show from end (default: 50, use 0 for all). sandbox: Named sandbox to use (default "default")
Returns: Process output (stdout + stderr combined).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tail | No | ||
| sandbox | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |