---
title: "Get a hosted compute network settings resource for an enterprise"
method: GET
path: "/enterprises/{enterprise}/network-settings/{network_settings_id}"
tags: ["enterprise-admin", "hosted-compute"]
---

# Get a hosted compute network settings resource for an enterprise

`GET /enterprises/{enterprise}/network-settings/{network_settings_id}`

Gets a hosted compute network settings resource configured for an enterprise.

## Path parameters

- `enterprise` string, required
- `network_settings_id` string, required

## Response `200`

Response

- NetworkSettings — A hosted compute network settings resource.
  - `id` string, required — The unique identifier of the network settings resource.
  - `network_configuration_id` string — The identifier of the network configuration that is using this settings resource.
  - `name` string, required — The name of the network settings resource.
  - `subnet_id` string, required — The subnet this network settings resource is configured for.
  - `region` string, required — The location of the subnet this network settings resource is configured for.

---

[API](https://skmtc.net/github/apis/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/8ae6d0c8716e/schema)
