---
title: "POST /api/v1/files/get-all-folder-entries"
method: POST
path: "/api/v1/files/get-all-folder-entries"
tags: ["REST API", "version 1.x.x", "files"]
---

# POST /api/v1/files/get-all-folder-entries

`POST /api/v1/files/get-all-folder-entries`

Get current user folder entries

## Response `200`

OK

- object
  - `folders` object[], required
    - `id` string, required
    - `revision` integer, required
    - `icon-color` string, nullable, required
    - `name` string, required
    - `sort-by` string, nullable, required
    - `layout` 'list' | 'grid' | 'justified' | 'waterfall', nullable, required
    - `ranking` string, required
    - `parent-id` string, required
    - `icon` string, nullable, required

---

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