---
title: "Reads all Folders"
method: GET
path: "/api/2026-07-01/resources/documents/folders"
tags: ["Documents > Folder"]
---

# Reads all Folders

`GET /api/2026-07-01/resources/documents/folders`

Get all folders.

## Query parameters

- `active` boolean — Active folder.
- `employee_id` string — Employee id
- `ids[]` string[] — ids of the folders.
- `name` string — Name of the folder.

## Response `200`

OK

- object
  - `data` DocumentsFolder[]
    - `active` boolean, required — Whether the folder is active or not
    - `company_id` string — Company ID of the folder
    - `id` string, required — Folder ID
    - `name` string, required — Folder name
    - `parent_folder_id` string — Id of the parent folder
    - `space` string, required — The space of the folder is related to the place where the folder is displayed.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
