Reports and exports
Getting numbers out of OyeChats and into a spreadsheet, a warehouse, or your own dashboard.
On this page
From the dashboard
| Export | Where |
|---|---|
| Per-chatbot analytics CSV | Analytics → comparison view |
| Leads CSV | Leads → Export |
| Credit and usage history | Workspace → Usage |
| Invoices with PDFs | Workspace → Billing |
| Billing and usage reports | Workspace → Reports |
Through the API
Everything the dashboard charts is available over REST, so you can pull it into your own BI tool on a schedule.
- GET
/analytics/dashboardAggregate conversation, message and lead counts. - GET
/analytics/qualification-funnelTier distribution with stage conversion rates. - GET
/analytics/top-questionsMost frequently asked questions. - GET
/analytics/unanswered-questionsQuestions the chatbot could not answer. - GET
/analytics/ratings-summaryAverage and distribution of visitor ratings. - GET
/analytics/resolution-summaryResolution outcomes. - GET
/analytics/journey/summaryVisitor journey overview. - GET
/leads/exportLeads as CSV.
See API endpoints for authentication, parameters and rate limits.
Something here wrong or missing? Tell us and name this page. We will fix it.