get_bash_outputs
Retrieve bash command outputs from a Jules session to analyze executed commands, their results, and exit codes for debugging or review purposes.
Instructions
Get all bash command outputs from a Jules session. Returns commands executed, their stdout/stderr, and exit codes. Use to understand what shell commands were run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session ID to get bash outputs from. | |
| activityIds | No | Optional activity IDs to get bash outputs from. |