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

# Get File

`GET /v1/files/{file_id}`

## Path parameters

- `file_id` string, required

## Response `200`

Successful Response

- GetFileResponse — Response object for retrieving a file.
  - `id` string, required — ID of the requested file.
  - `filename` string, required — File name.
  - `size` integer, required — Length of the file, in characters.

## 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)
