Get Version Download Url
GET/datasets/:dataset_id/versions/:version_id/download
Generate a presigned download URL for a specific dataset version.
Unlike GET /datasets/{id}/download-url which targets the latest version,
this endpoint allows downloading a specific historical version by ID.
Used by the SDK's DatasetHandle.pull() to download golden datasets
for evaluation runs.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful Response
Unauthorized
Forbidden
Not Found
Validation Error