---
title: "List All Files"
method: GET
path: "/v3/file"
tags: ["Files"]
---

# List All Files

`GET /v3/file`

List files with pagination and filtering by type or path.
If a custom CDN domain is configured and enabled, the response `url` will use the custom domain and `originalUrl` will contain the default storage URL.

## Query parameters

- `page` integer
- `limit` integer
- `type` string
- `path` string

## Response `200`

OK

- ApiFileListResponseV3
  - `data` ApiFileItemV3[]
    - `filename` string
    - `id` string
    - `metadata` object
    - `originalUrl` string
    - `size` integer
    - `type` string
    - `url` string
  - `pagination` ApiPaginationV3
    - `limit` integer
    - `page` integer
    - `total` integer
  - `status` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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