---
title: "Get Workspace Networking Config"
method: GET
path: "/workspaces/{workspace_id}/networking"
tags: ["WorkspaceInfrastructure"]
---

# Get Workspace Networking Config

`GET /workspaces/{workspace_id}/networking`

Get Workspace specific cloud networking configuration

## Path parameters

- `workspace_id` string, required

## Response `200`

Workspace Networking Config

- WorkspaceNetworkingConfig
  - `network_connections` NetworkConnection[], required — Network connections for Workspace executions, sorted by IP address ascending
    - `ipv4_cidr` string, required — CIDR block for given network
    - `connection_type` 'ingress' | 'egress', required — network type

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — Workspace not found
- `default` — Unknown error

---

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