---
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
    - `lastModified` string, date-time, required — Timestamp when the file was created
    - `path` string, required — Path to the file in the storage system
    - `size` number, required — Size of the file in bytes

## Other responses

- `401` — An error response from the API
- `500` — An error response from the API

## Changes

- **2026-06-07** `4985d7bcd32f` — 2 info
  - added the non-success response with the status `401`
  - added the optional property `linkToDocs` to the response with the `500` status
- **2026-01-08** `97dcad9b050e` — 2 info
  - the response property `context/items/params` became required for the status `500`
  - the `data/items/lastModified` response's property pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$` was added for the status `200`
- **2025-08-11** `15ffd3fc04f3` — 1 info
  - added the non-success response with the status `500`
- **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/2248d956188a/schema)
