---
title: "List of IP Addresses"
method: GET
path: "/networking/v1/ip-addresses"
tags: ["IP Addresses (networking/v1)"]
---

# List of IP Addresses

`GET /networking/v1/ip-addresses`

[![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Related guide: [Use Public Egress IP addresses on Confluent Cloud](https://docs.confluent.io/cloud/current/networking/static-egress-ip-addresses.html)

Retrieve a sorted, filtered, paginated list of all IP Addresses.

## Query parameters

- `cloud` string[] — Filter a collection by a string search for one or more values
- `region` string[] — Filter a collection by a string search for one or more values
- `services` string[] — Filter a collection by a string search for one or more values
- `address_type` string[] — Filter a collection by a string search for one or more values
- `page_size` integer
- `page_token` string

## Response `200`

IP Address.

- NetworkingV1IpAddressList — IP Addresses Related guide: [Use Public Egress IP Addresses on Confluent Cloud](https://docs.confluent.io/cloud/current/networking/static-egress-ip-addresses.html) ## The IP Addresses Model <SchemaDefinition schemaRef="#/components/schemas/networking.v1.IpAddress" />
  - `api_version` 'networking/v1', required — APIVersion defines the schema version of this representation of a resource.
  - `kind` 'IpAddressList', required — Kind defines the object this REST resource represents.
  - `metadata` object, required — ListMeta describes metadata that resource collections may have
    - `first` string, uri, nullable — A link to the first page of results. If a response does not contain a first link, then direct navigation to the first page is not supported.
    - `last` string, uri, nullable — A link to the last page of results. If a response does not contain a last link, then direct navigation to the last page is not supported.
    - `prev` string, uri, nullable — A link to the previous page of results. If a response does not contain a prev link, then either there is no previous data or backwards traversal through the result set is not supported.
    - `next` string, uri, nullable — A link to the next page of results. If a response does not contain a next link, then there is no more data available.
    - `total_size` integer — Number of records in the full result set. This response may be paginated and have a smaller number of records.
  - `data` object[], required — A data property that contains an array of resource items. Each entry in the array is a separate resource.
    - `api_version` 'networking/v1' — APIVersion defines the schema version of this representation of a resource.
    - `kind` 'IpAddress' — Kind defines the object this REST resource represents.
    - `ip_prefix` string — The IP Address range.
    - `cloud` string — The cloud service provider in which the address exists.
    - `region` string — The region/location where the IP Address is in use.
    - `services` string[] — The service types that will use the address.
    - `address_type` string — Whether the address is used for egress or ingress.

## Other responses

- `400` — Bad Request
- `401` — The request lacks valid authentication credentials for this resource.
- `403` — The access credentials were considered insufficient to grant access
- `429` — Rate Limit Exceeded
- `500` — Oops, something went wrong!

---

[API](https://skmtc.dev/confluent/apis/confluent-cloud-apis.md) · [All operations](https://skmtc.dev/confluent/apis/confluent-cloud-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluent/confluent-cloud-apis/revisions/a6a73f98a698/schema)
