---
title: "List VPC networks"
method: GET
path: "/api/v1/orgs/{orgId}/networks"
tags: ["network"]
---

# List VPC networks

`GET /api/v1/orgs/{orgId}/networks`

List VPC networks accessible by the organization.

## Path parameters

- `orgId` integer, required

## Query parameters

- `cloudType` 'amazon' | 'google' | 'azure', required
- `region` string
- `resourceGroup` string

## Headers

- `secretId` string, required

## Response `200`

List of VPC networks

- VPCNetworkInfo[]
  - `cidrs` string[], required — The IPv4 CIDR blocks assigned to the VPC network
  - `id` string, required — Identifier of the VPC network
  - `name` string — Name of the VPC network

## Other responses

- `default` — Internal server error

---

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