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

DataFormatHow
Campaign reportsCSVCampaign detail → Export
Contact listCSVContacts → Export
Agent metricsCSVAnalytics → Agent → Export
Conversation dataVia APIUse REST API endpoints

Exporting campaign reports

  1. Go to Campaigns
  2. Open a completed campaign
  3. Click "Export" or "Download Report"
  4. 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

  1. Schedule regular exports — Weekly/monthly for trend tracking
  2. Use Google Sheets — Import CSVs for easy charting
  3. Automate with API — Build dashboards in tools like Metabase or Grafana
  4. Keep historical data — Export before data retention limits apply

Was this guide helpful?

Your feedback helps us make these guides better for everyone.