Export
Export your Trakkr data in JSON or CSV format for analysis in external tools.
Requires authentication
10 req/minEndpoint
GET/export
Export your Trakkr data in JSON or CSV format. Use this to sync data with your data warehouse, create custom reports, or analyze in tools like Excel or Google Sheets.
Query Parameters
brand_idstringrequiredBrand UUID from /get-brands
data_typestringrequiredWhat to export: prompts, results, citations, reports
formatstringOutput format: json or csv
Default: json
daysintegerFor time-based data (results, citations)
Default: 30
limitintegerMax records to export
Default: 1000
Data Types
| data_type | Description | Time Filter |
|---|---|---|
prompts | All prompts for the brand | No |
results | AI response results with mentions | Yes (days param) |
citations | Citation URLs | Yes (days param) |
reports | Daily report summaries | Yes (days param) |
CSV Export
For CSV export, the response includes:
- Content-Type: text/csv
- Content-Disposition header with filename
- Column headers in first row
Export CSV
Limits
Max records per request:10,000
Max days for time-based exports:365
For large exports, use pagination with the
limit parameter and multiple requests if needed.Use Cases
- Sync visibility data to your data warehouse
- Create custom reports in Excel or Google Sheets
- Feed data into business intelligence tools
- Backup your Trakkr data
Code Example
Export JSON
200 OK
