---
title: "Dataset Source File"
method: GET
path: "/datasets/{dataset}/files/{file_id}"
tags: ["data"]
---

# Dataset Source File

`GET /datasets/{dataset}/files/{file_id}`

Return a download URL after verifying that the file belongs to the dataset.

## Path parameters

- `dataset` string, required
- `file_id` string, uuid, required

## Response `200`

Successful Response

- DatasetSourceFile
  - `download_url` string, required — Temporary URL for downloading the verified retained original file.

## Other responses

- `422` — Validation Error

---

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