Want a clear picture of everything that's going out? Which reports are active, who's receiving them, and whether they're running smoothly? It's a reasonable thing to ask for, and here's how to get it today.
Exporting your reports and recipients
You can export your report metadata to YAML right from the app. Select the reports you want from the report list, then use the export action to download a ZIP file with one YAML file per report. Each YAML captures the report's configuration, its schedule, and its recipients (including any Slack recipients), so you get a clean, readable record of what each report sends and to whom.

This is handy when you want to audit your distribution lists, review what's scheduled, or keep a versioned copy of a report's setup in your own repo. Since it's plain YAML, it's easy to search, diff, or hand off to a teammate.
Checking whether runs are succeeding
For a run-by-run view, the Execution Log inside the app is your friend. It shows what fired, when it ran, and whether each run succeeded or failed.
One detail that occasionally surprises people: scheduled runs are now logged under the report's creator, not whoever last edited it. So if you see runs attributed to you, that's usually why.
On the roadmap
A couple of things people often ask about that we're actively working on:
- An automated email digest summarizing run status (report name, owner, run time, success or failure, and how long it took). It's in progress but not available out of the box yet.
- A public API for pulling this data programmatically. That one isn't ready yet either, but if you've got a use case in mind, tell us about it. That kind of feedback genuinely shapes what we build next.