---
title: "Box Status"
method: GET
path: "/integrations/box/status"
tags: ["box"]
---

# Box Status

`GET /integrations/box/status`

## Response `200`

Successful Response

- BoxStatusResponse — Connection state for the UI. ``connected`` and *ready* are different things: a completed grant with no content root selected can answer nothing. ``root_folder_id`` is what distinguishes them, so it is part of the contract rather than an optional extra.
  - `configured` boolean, required
  - `connected` boolean, required
  - `connected_at` string, nullable
  - `root_folder_id` string, nullable
  - `root_folder_name` string, nullable
  - `box_user_login` string, nullable

---

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