edgegate_export_run_report
Export a run report as markdown, save it locally, and receive the file path with a 30-line preview. Optionally append a run-vs-baseline diff.
Instructions
Download a human-readable markdown report for an EdgeGate run and save it to disk. Returns the absolute file path plus a preview of the first 30 lines. Optionally includes a run-vs-baseline diff section (include_diff=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| output_path | No | Where to write the markdown file. Defaults to `./edgegate-run-{id-short}.md` in the current working directory. If a directory, the file is named `edgegate-run-{id-short}.md` inside it. Supports `~` and relative paths. | |
| include_diff | No | When true, also fetches the run-vs-baseline diff and appends a diff section to the report. | |
| workspace_id | Yes |