Export Trakkr Data
export_dataExport visibility data as JSON or CSV.
Bulk export of Trakkr data for external analysis or reporting.
Args: brand_id: The brand to export (required). data_type: What to export: 'prompts', 'results', 'citations', or 'reports'. format: 'json' or 'csv'. Default 'json'. days: Lookback window, 1-365. Default 30. limit: Max rows, 1-10000. Default 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| format | No | json | |
| brand_id | Yes | ||
| data_type | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |