Skip to main content
Scheduled reports deliver analytics or export bundles on a recurring schedule (daily, weekly, monthly) to configured destinations — email, Slack, S3, GCS, or webhook. Each report bundles a set of charts, cards, or data dumps.

Key concepts

  • Destinations — List available delivery targets via /v4/scheduled-reports/destinations.
  • Schedule — Cron-style recurrence with timezone support.
  • Send testPOST /v4/scheduled-reports/{report_id}/send-test triggers an immediate delivery for verification.

Available endpoints

MethodEndpointDescriptionStatus
GET/scheduled-reportsList scheduled reportsNew
POST/scheduled-reportsCreate scheduled reportNew
GET/scheduled-reports/destinationsList available destinationsNew
DELETE/scheduled-reports/{report_id}Delete scheduled reportNew
GET/scheduled-reports/{report_id}Get scheduled reportNew
PUT/scheduled-reports/{report_id}Update scheduled reportNew
POST/scheduled-reports/{report_id}/send-testSend test reportNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.