Reports
Manages reports, templates, executions, and output resources.
📄️ List Reports
List reports visible to the caller.
📄️ Create Report
Create a report definition with its display title, optional template, language, and generation options.
📄️ List Report Templates
List report templates the caller can read.
📄️ Create Report Template
Create a reusable report template with its language, optional bundle object, and template options.
📄️ Get Report Template
Return a reusable report template and its configuration after read permission is checked.
📄️ Update Report Template
Change mutable report-template fields after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Report Template
Permanently remove a reusable report template after delete permission is checked. Detach it from reports and runs first.
📄️ List Report Runs
List report runs visible to the caller.
📄️ Create Report Run
Create a report run from a prompt, requested output formats, and optional report or template references.
📄️ Get Report Run
Return a report run's current state, timing, and result metadata after read permission is checked.
📄️ Update Report Run
Change a report run's name, alias, tags, or description after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Report Run
Permanently remove one report run record after delete permission is checked. Delete report outputs that reference the run first.
📄️ Finalize Report Run Sources
Finalize immutable canonical sources and staged snapshots for a run.
📄️ Transition Report Run
Conditionally transition a report run status.
📄️ List Report Outputs
List report outputs visible to the caller.
📄️ Create Report Output
Create metadata for an output produced by a report run.
📄️ Upsert Report Output
Create or update a report output identified by run, format, and name.
📄️ Get Report Output
Return metadata for the specified report output.
📄️ Update Report Output
Update metadata for the specified report output.
📄️ Delete Report Output
Permanently remove one report-output record after delete permission is checked.
📄️ Get Report Versions
List version history for a report.
📄️ Get Report
Return a report definition with its title, template, language, and options after read permission is checked.
📄️ Update Report
Change mutable report definition fields after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Report
Permanently remove a report definition after delete permission is checked. Delete report runs and outputs that reference it first.