---
title: "Get File Content"
method: GET
path: "/v1/files/{file_id}/content"
tags: ["files"]
---

# Get File Content

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

Download the raw bytes of a file, streamed rather than buffered whole.

## Path parameters

- `file_id` string, required

## Query parameters

- `user` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/versions/9efeac9dd037/schema)
