---
title: "Download a file"
method: GET
path: "/file_download/{owner}/{id}/{file}"
tags: ["files"]
---

# Download a file

`GET /file_download/{owner}/{id}/{file}`

Download a file within the dataset as originally uploaded. Prefer `POST:/sql` or `POST:/sparql` for
retrieving clean and structured data.

## Path parameters

- `owner` string, required
- `id` string, required
- `file` string, required

## Response `200`

default response

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
