---
title: "List all files on the filesystem"
method: GET
path: "/api/v3/fs/disk/"
---

# 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-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/d0614126abfa/schema)
