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

# Get File Content

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

Describe the LLM Model endpoint with given name.

## Path parameters

- `file_id` string, required

## Response `200`

Successful Response

- GetFileContentResponse — Response object for retrieving a file's content.
  - `id` string, required — ID of the requested file.
  - `content` string, required — File content.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
