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

# Get Files

`GET /v1/files`

## Query parameters

- `limit` integer
- `status` 'uploading' | 'ready', nullable
- `cursor` string, nullable

## Response `200`

Successful Response

- ListFilesResponse
  - `items` FileMetaResponse[], required
    - `file_id` string, uuid, required
    - `status` string, required
    - `original_name` string, nullable, required
    - `size_bytes` integer, nullable, required
    - `content_type` string, nullable, required
    - `category` string, nullable, required
    - `created_at` string, date-time, required
    - `uploaded_by` string, nullable, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-06** `8814c306e6ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spi-tch/apis/spitch-api/changes/v1/files/get.md)

---

[API](https://skmtc.dev/spi-tch/apis/spitch-api.md) · [All operations](https://skmtc.dev/spi-tch/apis/spitch-api/llms.txt) · [OpenAPI document](https://skmtc.dev/spi-tch/apis/spitch-api/revisions/8814c306e6ef?raw)
