---
title: "Get file contents"
method: GET
path: "/files/{id}/content"
tags: ["Files"]
---

# Get file contents

`GET /files/{id}/content`

Get the contents of a single uploaded data file.

## Path parameters

- `id` string, required — The ID of the file to get the content of

## Response `200`

File content retrieved successfully

## Other responses

- `500` — Internal Server Error

---

[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/versions/f26a23fab8e0/schema)
