Analytics & Reporting
Exporting analytics data
2 minutes read time Difficulty: beginner
Exporting analytics data
Export your analytics data for external reporting, presentations, or deeper analysis.
What can be exported
| Data | Format | How |
|---|---|---|
| Campaign reports | CSV | Campaign detail → Export |
| Contact list | CSV | Contacts → Export |
| Agent metrics | CSV | Analytics → Agent → Export |
| Conversation data | Via API | Use REST API endpoints |
Exporting campaign reports
- Go to Campaigns
- Open a completed campaign
- Click "Export" or "Download Report"
- CSV downloads with per-recipient data:
- Phone number, name, status, timestamps
Exporting via API
For automated reporting, use the API:
GET /api/analytics/messages?from=2026-05-01&to=2026-05-31
Returns JSON data you can process in your BI tools.
Tips
- Schedule regular exports — Weekly/monthly for trend tracking
- Use Google Sheets — Import CSVs for easy charting
- Automate with API — Build dashboards in tools like Metabase or Grafana
- Keep historical data — Export before data retention limits apply
Related Articles
Was this guide helpful?
Your feedback helps us make these guides better for everyone.