---
title: "Download tokenized dataset"
method: GET
path: "/fine-tunes/{id}/download-tokenized-dataset"
tags: ["Fine-tuning"]
---

# Download tokenized dataset

`GET /fine-tunes/{id}/download-tokenized-dataset`

Get a presigned URL for the tokenized dataset archive generated for a fine-tune job.

## Path parameters

- `id` string, required — The ID of the fine-tune job whose tokenized dataset should be downloaded.

## Response `200`

Presigned tokenized dataset download URL.

- FineTuneTokenizedDatasetRetrieveResponse — Presigned download metadata for a fine-tune tokenized dataset archive.
  - `url` string, uri, required — Presigned URL for downloading the tokenized dataset archive.
  - `filename` string, required — Archive filename to use when saving the downloaded tokenized dataset.
  - `size` integer, required — Archive size in bytes.
  - `content_type` string, required — MIME type for the tokenized dataset archive.
  - `expires_at` string, date-time, required — Time when the presigned download URL expires.

## Other responses

- `404` — Fine-tune job or tokenized dataset not found.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/468edbdc879c/schema)
