---
title: "List organization VPCs"
method: GET
path: "/organization/{organization_id}/vpcs"
tags: ["Organization_Vpc"]
---

# List organization VPCs

`GET /organization/{organization_id}/vpcs`

Lists organization VPCs in an organization.

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationVpcListResponse — OrganizationVpcListResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `vpcs` object[], required — List of VPCs
    - `clouds` object[], required — Clouds or clouds to create this VPC in
      - `cloud_name` string, required — Target cloud
      - `network_cidr` string, required — IPv4 network range CIDR
    - `create_time` string, required — VPC creation timestamp
    - `display_name` string, required — User defined display name for this VPC
    - `organization_id` string, required — Organization ID
    - `organization_vpc_id` string, required — Project VPC ID
    - `state` 'ACTIVE' | 'APPROVED' | 'DELETED' | 'DELETING', required — Project VPC state
    - `update_time` string, required — Timestamp of last change to VPC

## Other responses

- `404` — Resource not found

---

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