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

# Retrieve file content

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

Returns the contents of the specified file.

## Path parameters

- `file_id` string, required

## Response `200`

File content

## Other responses

- `404` — File not found

---

[API](https://skmtc.net/neosantara/apis/neosantara-ai-api.md) · [All operations](https://skmtc.net/neosantara/apis/neosantara-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neosantara/neosantara-ai-api/revisions/82bc74ee8650/schema)
