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

# Get box network settings

`GET /boxes/{boxId}/network-settings`

Get box network settings

## Path parameters

- `boxId` string, required

## Response `200`

Network settings

- UpdateNetworkSettingsDTO
  - `networkAllowList` string
  - `networkBlockAll` boolean
  - `networkLimitEgress` boolean

## Other responses

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

## Changes

- **2026-06-09** `6c7a14acacbf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api/changes/boxes/:boxId/network-settings/get.md)

---

[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/6c7a14acacbf/schema)
