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

# Get box info

`GET /boxes/{boxId}`

Get box info

## Path parameters

- `boxId` string, required

## Response `200`

Box info

- BoxInfoResponse
  - `daemonVersion` string
  - `state` 'creating' | 'restoring' | 'destroyed' | 'destroying' | 'started' | 'stopped' | 'starting' | 'stopping' | 'resizing' | 'error' | 'unknown'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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