---
title: "Browse Files and Folders"
method: GET
path: "/system/file-explorer"
tags: ["System"]
---

# Browse Files and Folders

`GET /system/file-explorer`

List the direct entries in an absolute directory path

## Query parameters

- `id` string

## Response `200`

Files and folders listed

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalInterfacesServicesSystemFileNode
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesSystemFileNode[]
    - `date` string
    - `id` string
    - `lazy` boolean
    - `size` integer
    - `type` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Invalid directory path
- `401` — Unauthorized
- `403` — Administrator access or filesystem permission required
- `404` — Directory not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/9822c41c8ac0/schema)
