---
title: "Lists all VPC networks in the project and returns their details."
method: GET
path: "/projects/{project_id}/networking/vpc-networks"
tags: ["VPC Networks"]
---

# Lists all VPC networks in the project and returns their details.

`GET /projects/{project_id}/networking/vpc-networks`

## Path parameters

- `project_id` string, required

## Response `200`

- ListVPCNetworksResponseV1
  - `items` VPCNetwork[], required
    - `cidr` string, required — Address range of the VPC network, in CIDR notation.
    - `gateway` string, required — ID of the VPC network's gateway.
    - `id` string, required — ID of the VPC network.
    - `name` string, required — Name of the VPC network.
    - `subnets` string[], required — IDs of the subnets that belong to the VPC network. Empty if the network has none.

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

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