---
title: "Download file content"
method: GET
path: "/v1/files/{file_id}/content"
tags: ["Files"]
---

# Download file content

`GET /v1/files/{file_id}/content`

Stream the raw JSONL body (`Content-Type: application/jsonl`).

## Path parameters

- `file_id` string, required

## Headers

- `x-project-id` string

## Response `200`

JSONL body

## Other responses

- `404` — File not found

---

[API](https://skmtc.dev/zerogpu/apis/zerogpu-batch-files-api.md) · [All operations](https://skmtc.dev/zerogpu/apis/zerogpu-batch-files-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zerogpu/zerogpu-batch-files-api/revisions/f7371035d1a2/schema)
