get_run_output
Get parsed output, issues, and status from a completed script run to review findings and next steps.
Instructions
Get the output artifacts from a completed script run.
Returns parsed, human-readable results including:
issues: list of issues found by the script (title, severity, details, nextSteps)
stdout: script stdout output
stderr: script stderr output
status: run status (SUCCEEDED, FAILED, RUNNING)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run ID returned by run_script. | |
| fetch_logs | No | Download and parse artifact contents. | |
| workspace_name | Yes | The workspace the run belongs to (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |