inforcer_reports_download_output
Download a completed report output file using its run and output IDs. Returns base64-encoded content with filename and content type for retrieval.
Instructions
Download a single finished report output (discovered via inforcer_reports_run_status). Returns the file content base64-encoded along with its filename and content type. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The run identifier the output belongs to. | |
| output_id | Yes | The output's id, from inforcer_reports_run_status's outputs list. |