---
title: "List global files"
method: GET
path: "/v1/files"
tags: ["Files"]
---

# List global files

`GET /v1/files`

List all global files for the organization in descending order.

## Response `200`

Default Response

- MultipleFiles
  - `data` object[], required — Array of files for the current page
    - `path` string, required — Path to the file in the storage system
    - `size` number, required — Size of the file in bytes
    - `lastModified` string, date-time, required — Timestamp when the file was created

## Changes

- **2025-05-29** `4d2368c15e4e` — 1 info
  - endpoint added

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

---

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