Skip to main content

Get Download Url

GET 

/datasets/:dataset_id/download-url

Generate a presigned URL for downloading the dataset's latest version.

Targets whichever version was created most recently, regardless of stage or golden status — use GET /datasets/{id}/versions/{version_id}/download instead to target a specific historical version. file_version=original (the default) returns the raw file exactly as uploaded, which is always available; file_version=converted returns the Parquet produced by CSV/JSON/JSONL conversion and is rejected with 400 for a dataset uploaded as Parquet directly, since no separate converted copy exists to link to. The returned URL expires after minio_presign_ttl_seconds and is not renewable — call this endpoint again for a fresh one.

Request​

Responses​

Successful Response