---
title: "Box Folders"
method: GET
path: "/integrations/box/folders"
tags: ["box"]
---

# Box Folders

`GET /integrations/box/folders`

The subfolders of ``parent_id``, one level, so the operator can choose.

One level rather than a tree walk: the picker drills down, and walking a
real Box account server-side would burn quota assembling levels nobody
opens.

## Query parameters

- `parent_id` string

## Response `200`

Successful Response

- BoxFoldersResponse — The subfolders of ``parent_id`` — one level, the picker drills down.
  - `folders` BoxFolder[], required
    - `folder_id` string, required
    - `name` string, required
  - `selected_folder_id` string, nullable

## Other responses

- `401` — Grant no longer valid
- `409` — Not connected, or Box refused the request
- `422` — Validation Error
- `502` — Box unreachable
- `503` — Box not configured

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
