Produce the run report
run_reportGenerates a plain-text report of a checklist run with step marks, respondents, notes, counts, and signature block. Optionally saves the report to a .txt file when an output path is provided.
Instructions
The run as plain text on every tier: every step with its mark, who answered it, the notes, the counts and a signature block or the recorded signature. Pro also writes it to out_path as a .txt file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | Yes | The run id, e.g. RUN-2026-0001, or its title when only one carries it | |
| out_path | No | Where to write the .txt file. Pro only. Omit to get the report back as text, which every tier can do | |
| overwrite | No | Replace out_path if a file is already there. Default false, and an existing file is refused with nothing written |