Key concepts
- Destinations — List available delivery targets via
/v4/scheduled-reports/destinations. - Schedule — Cron-style recurrence with timezone support.
- Send test —
POST /v4/scheduled-reports/{report_id}/send-testtriggers an immediate delivery for verification.
Available endpoints
| Method | Endpoint | Description | Status |
|---|---|---|---|
| GET | /scheduled-reports | List scheduled reports | New |
| POST | /scheduled-reports | Create scheduled report | New |
| GET | /scheduled-reports/destinations | List available destinations | New |
| DELETE | /scheduled-reports/{report_id} | Delete scheduled report | New |
| GET | /scheduled-reports/{report_id} | Get scheduled report | New |
| PUT | /scheduled-reports/{report_id} | Update scheduled report | New |
| POST | /scheduled-reports/{report_id}/send-test | Send test report | New |