---
title: "List Files"
method: GET
path: "/me/files"
tags: ["User API"]
---

# List Files

`GET /me/files`

List files for the authenticated user, optionally filtered by tags.

## Query parameters

- `tags` string[], nullable
- `status` 'uploading' | 'ready' | 'failed' | 'deleted', nullable

## Response `200`

Successful Response

- FileListResponse — API response wrapper for files.
  - `data` FileListModel, required — Tag-filtered file listing.
    - `files` FileModel[], required
      - `id` string, uuid, required
      - `user_id` string, required
      - `filename` string, required
      - `mime_type` string, required
      - `size_bytes` integer, required
      - `storage_provider` string, required
      - `bucket` string, required
      - `object_key` string, required
      - `public_url` string, nullable
      - `etag` string, nullable
      - `checksum_sha256` string, nullable
      - `run_id` string, uuid, nullable
      - `tags` string[], required
      - `status` 'uploading' | 'ready' | 'failed' | 'deleted', required
      - `metadata` object, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `deleted_at` string, date-time, nullable
    - `tags` string[], required

## Other responses

- `422` — Validation Error

## Changes

> 38 revisions in range; 33 could not be searched.

- **2026-07-31** `72e064594fc8` — 4 breaking, 2 warning, 3 info
  - removed the required property `data/files/items/folder_path` from the response with the `200` status
  - removed the required property `data/files/items/root` from the response with the `200` status
  - removed the required property `data/folders` from the response with the `200` status
  - removed the required property `data/path` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/me/files/get.md)

---

[API](https://skmtc.dev/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.dev/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/revisions/563c4638cc18/schema)
