---
title: "Get a document folder"
method: GET
path: "/document_folders/{id}"
tags: ["Document folders"]
---

# Get a document folder

`GET /document_folders/{id}`

Retrieve information about a specific document folder. You can access details about the folder, including its name and description

## 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)
