---
title: "List all files on the filesystem"
method: GET
path: "/api/v3/fs/disk"
tags: ["v16.7.2"]
---

# List all files on the filesystem

`GET /api/v3/fs/disk`

List all files on the filesystem. The listing can be ordered by name, size, or date of last modification in ascending or descending order.

## Query parameters

- `glob` string
- `sort` string
- `order` string

## Response `200`

OK

- ApiFileInfo[]
  - `last_modified` integer
  - `name` string
  - `size_bytes` integer

## Changes

- **2022-10-13** `37e2216cc6a2` — 1 info
  - api tag `v16.7.2` added
- **2022-08-18** `e97d0df6403a` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2022-05-13** `d0614126abfa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/datarhei/apis/datarhei-core-api/changes/api/v3/fs/disk/get.md)

---

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