## Download the processed dataset **get** `/api/v1/datasets/{dataset_id}/download` Download the processed dataset ### Path Parameters - `dataset_id: string` ### Query Parameters - `fileFormat: optional "csv" or "json" or "jsonl" or "parquet"` Output file format. Defaults to the original upload format if omitted. - `"csv"` - `"json"` - `"jsonl"` - `"parquet"` ### Example ```http curl https://api.adaptionlabs.ai/api/v1/datasets/$DATASET_ID/download \ -H "Authorization: Bearer $ADAPTION_API_KEY" ``` #### Response ```json "Example data" ```