Export data
Exports produce CSV files using the same column selection and flattening as dashboard downloads. Create a job, poll its status, and use download_url when it is completed.
Input
CSV contents
The CSV uses the dashboard’s existing column names and handling of nested values. Columns depend on the chosen sections and configured analytics. Transcription text is included when Transcript is selected (the default includes it). Recording audio is not embedded in a CSV file.
Output
The API returns a JSON job object in data; it does not embed the CSV content.
Limits
Use adjacent windows for longer periods: the previous end_time becomes the next start_time. Only the key that created the job can retrieve it. Expired, deleted or rotated keys cannot start downloads or obtain fresh links. Retain the returned job ID and poll it; submitting another request creates another job.