read_job_output
Retrieve stdout or stderr output from a completed job. Finds output files using PJM naming patterns and returns the content, truncation status, and file path.
Instructions
Read the stdout or stderr output file of a completed job.
Searches for output files by common PJM naming patterns: .out / .err STDIN.out / .err
Returns {content, truncated, path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| job_name | No | ||
| work_dir | No | ||
| file_type | No | stdout | |
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||