---
title: "List document folders"
method: GET
path: "/document_folders"
tags: ["Document folders"]
---

# List document folders

`GET /document_folders`

Retrieve a list of document folders within the system. This endpoint allows you to get an overview of all available folders, including their names and descriptions

## Response `200`

OK

- object
  - `data` DocumentFolder[]
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/versions/ff612e61a4c3/schema)
