- UI
- SDK
- API
Download data directly from the Braintrust dashboard:
Export logs
- Navigate to the Logs page.
- Apply filters to select the data you want.
- Select the export icon.
- Choose format (JSON or CSV).
- Download the file.
Export datasets
- Navigate to your dataset.
- Apply filters if needed.
- Select the export icon.
- Choose format.
- Download the file.
Export experiments
- Open an experiment.
- Select the export icon.
- Choose format.
- Download results including inputs, outputs, scores, and metadata.
Common export workflows
Build training datasets
Export annotated examples for fine-tuning:Extract user corrections
Export traces where users provided corrections:Generate reports
Export performance data for reporting:Preserve annotations
When exporting, all annotations are preserved:- Tags: Included in the exported data
- Comments: Available in the metadata
- Expected values: Exported with each record
- Scores: All score values included
- Metadata: Custom fields maintained
Next steps
- Run evaluations with exported datasets
- Build prompts using annotated examples
- Create scorers based on labeled data
- Read the SQL reference for advanced queries