---
title: "Get folders by ids"
method: GET
path: "/public/api/v1/folders"
tags: ["Folders"]
---

# Get folders by ids

`GET /public/api/v1/folders`

this resource is used to to get the list of folder with known IDs. It also allows to load the whole folders subtree in one query

## Query parameters

- `Pagination` object
  - `nextPageToken` string
  - `limit` integer
- `folderIds` string[], required
- `withDescendants` boolean

## Response `200`

OK

- Folder[]
  - `folder-id` string, required
  - `title` string, required

---

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