---
title: "List hosted compute network configurations for an organization"
method: GET
path: "/orgs/{org}/settings/network-configurations"
tags: ["hosted-compute"]
---

# List hosted compute network configurations for an organization

`GET /orgs/{org}/settings/network-configurations`

Lists all hosted compute network configurations configured in an organization.

OAuth app tokens and personal access tokens (classic) need the `read:network_configurations` scope to use this endpoint.

## Path parameters

- `org` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- object
  - `total_count` integer, required
  - `network_configurations` NetworkConfiguration[], required
    - `id` string, required — The unique identifier of the network configuration.
    - `name` string, required — The name of the network configuration.
    - `compute_service` 'none' | 'actions' | 'codespaces' — The hosted compute service the network configuration supports.
    - `network_settings_ids` string[] — The unique identifier of each network settings in the configuration.
    - `failover_network_settings_ids` string[] — The unique identifier of each failover network settings in the configuration.
    - `failover_network_enabled` boolean — Indicates whether the failover network resource is enabled.
    - `created_on` string, date-time, nullable, required — The time at which the network configuration was created, in ISO 8601 format.

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
