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. Transcript, Subparameters, and Explanation are excluded by default. To include them, supply parameters with the supported sections you want and the required metadata section. An explicit list replaces the defaults. Customer exports do not support Transcript. Transcription text is included only when Transcript is selected. 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.