---
title: "List files with optional app and action filters (DEPRECATED)"
method: GET
path: "/api/v3.1/files/list"
tags: ["Files"]
deprecated: true
---

# List files with optional app and action filters (DEPRECATED)

`GET /api/v3.1/files/list`

> **Deprecated.**

DEPRECATED: This endpoint is deprecated and will be removed in a future release. Retrieves a list of files associated with the authenticated project. Results can be filtered by toolkit and tool slugs. Responses carry a `Deprecation` header (RFC 9745) for client-side detection.

## Query parameters

- `toolkit_slug` string — Filter files by app slug. Example: "file-converter"
- `tool_slug` string — Filter files by action slug. Example: "convert-to-pdf"
- `limit` number, nullable
- `cursor` string

## Response `200`

Successfully retrieved files

- object
  - `items` object[], required
    - `toolkit_slug` string, required — Slug of the app where this file belongs to. Example: "file-converter"
    - `tool_slug` string, required — Slug of the action where this file belongs to. Example: "convert-to-pdf"
    - `filename` string, required — Name of the original file. Example: "document.docx"
    - `mimetype` string, required — Mime type of the original file. Example: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
    - `md5` string, required — MD5 hash of the file for integrity verification. Example: "d41d8cd98f00b204e9800998ecf8427e"
  - `next_cursor` string, nullable
  - `total_pages` number, required
  - `current_page` number, required
  - `total_items` number, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-06-26** `c009c15ef2b9` — 1 info
  - endpoint deprecated
- **2026-06-17** `589a7d115a5e` — 1 info
  - the endpoint scheme security `UserApiKeyAuth` was removed from the API
- **2026-05-29** `ca2b1b8e1372` — 1 info
  - the endpoint scheme security `CookieAuth` was removed from the API
- **2026-05-05** `52c71f747c65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/changes/api/v3.1/files/list/get.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/revisions/4239836857f8/schema)
