# Download Advanced Dataset Enables users to download an advanced dataset. The response includes a pre-signed URL for downloading the dataset, details about the base model used, and the prompt prefix applied during training. Endpoint: GET /datasets/{dataset_id}/download ## Path parameters: - `dataset_id` (string, required) The unique identifier of the dataset. ## Header parameters: - `api_token` (string, required) ## Response 200 fields (application/json): - `download_url` (string) A pre-signed URL allowing users to download the dataset. - `captions_url` (string) A pre-signed URL for downloading the captions file, only returned for datasets where all captions are automatically generated. ## Response 409 fields (application/json): - `message` (string) Example: "Download dataset is only supported for Advanced datasets type."