---
title: "Get box display"
method: GET
path: "/boxes/{boxId}/display"
tags: ["Box"]
---

# Get box display

`GET /boxes/{boxId}/display`

Retrieve the current display properties for a running box. This endpoint provides details about the box's screen resolution, orientation, and other visual properties.

## Path parameters

- `boxId` string, required

## Response `200`

Box display properties

- BoxDisplay — Box display
  - `resolution` Resolution, required — Resolution configuration
    - `width` number, required — Width of the screen
    - `height` number, required — Height of the screen
  - `orientation` 'portrait' | 'landscapeLeft' | 'portraitUpsideDown' | 'landscapeRight', required — Orientation of the box

---

[API](https://skmtc.net/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.net/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/versions/d655577fa915/schema)
