---
title: "Get one specific folder"
method: GET
path: "/public/api/v1/folders/{folderId}"
tags: ["Folders"]
---

# Get one specific folder

`GET /public/api/v1/folders/{folderId}`

## Path parameters

- `folderId` string, required

## Response `200`

OK

- FolderResponse
  - `id` string, required
  - `title` string, required
  - `parentFolderId` string

---

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