Reports — Scheduled PDFs and CSV Exports
Schedule weekly / monthly PDF summaries or export raw data for your own BI tool.
Built-in reports
Weekly PostgreSQL health: top queries, growth trends, bloat, alerts triggered. Default delivery is Monday 9am local time, schedule configurable. Query regression summary: every query whose mean time grew 3× or more over the week. Capacity report: database growth projection plus suggested upgrade timing.
Delivery
Email with the PDF attached, or Slack with a webhook plus an inline summary and a link to the full PDF. Most teams pick Slack for the weekly health and email for capacity (because capacity tends to need forwarding to whoever holds the budget).
Custom CSV exports
From the Queries, Tables, Indexes, or Connections page, ⋯ → "Export CSV" captures the current filter and time range. Pull into spreadsheets, Looker, or whatever BI you use. Plan limits: free 10 exports per month, pro 100, business unlimited.
API
All report data is also reachable via REST at /api/v1/reports/*. Authenticate with an API key from Settings → API Keys. The full surface is on the API reference page.