Download as CSV more than 1000 rows

Good morning, I ran an experiment on a dataset of 2,500 rows. Downloading as CSV only allows me to download 1,000 rows. How can I download them all? Thank You

hi, currently we don’t currently support large experiment results download yet due to size limit but plan to enhance it further. For now I think you can use langsmith SDK client’s get_experiment_results() method to download essentially same data with even more.
Here is a quick link langsmith-sdk/python/langsmith/client.py at main · langchain-ai/langsmith-sdk · GitHub