---
title: "Download all dataset files"
method: GET
path: "/api/Dataset/{datasetId}/files/download_all"
tags: ["Dataset Management"]
---

# Download all dataset files

`GET /api/Dataset/{datasetId}/files/download_all`

Downloads all files from the specified dataset. The downloaded files are redacted based on the dataset configuration.

## Path parameters

- `datasetId` string, required

## Query parameters

- `jsonDownloadAs` string

## Response `200`

Returns ZIP archive of all redacted files

- string, binary

## Other responses

- `400` — Invalid request parameters or download option
- `404` — Dataset not found
- `500` — An unexpected error occurred during processing

---

[API](https://skmtc.net/tonic/apis/textual-api.md) · [All operations](https://skmtc.net/tonic/apis/textual-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonic/textual-api/revisions/41da8739a690/schema)
