list_execution_outputs
List output files generated by command executions, including stdout, stderr, and logs, and filter by execution ID, output type, or filename pattern.
Instructions
List all output files generated by command executions, including stdout, stderr, and log files. Supports filtering by execution ID, output type, or filename pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return (1-1000). Use for pagination through large file lists. | |
| output_type | No | Filter by output type: "stdout" (standard output), "stderr" (error output), "combined" (both), "log" (execution logs), or "all" (no filter) | |
| execution_id | No | Filter files by the execution that created them. Use execution_id from shell_execute results. | |
| name_pattern | No | Filter by filename using substring match (case-insensitive). E.g., ".log" will match all log files. |