---
title: "List Files"
method: GET
path: "/v1/files"
---

# List Files

`GET /v1/files`

## Response `200`

Successful Response

- ListFilesResponse — Response object for listing files.
  - `files` GetFileResponse[], required — List of file IDs, names, and sizes.
    - `id` string, required — ID of the requested file.
    - `filename` string, required — File name.
    - `size` integer, required — Length of the file, in characters.

---

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