---
title: "Retrieve IP ranges"
method: GET
path: "/meta/network-origins/2026-03/ip-ranges"
tags: ["Basic"]
---

# Retrieve IP ranges

`GET /meta/network-origins/2026-03/ip-ranges`

Retrieve a collection of IP ranges associated with specific services and directions, such as `EMAIL`, `API`, `DNS`, or `WEB_SCRAPING`. The response includes details like CIDR notation, description, and the direction of IP traffic.

## Query parameters

- `direction` string[]
- `service` string[]

## Response `200`

successful operation

- MetaOriginsCollectionResponseIpRangeNoPaging
  - `results` MetaOriginsIpRange[], required — An array of IpRange objects, each representing a specific IP range with associated details such as CIDR, direction, service, and description.
    - `cidr` string, required — The CIDR notation representing the IP range.
    - `description` string, required — A description of the IP range.
    - `direction` 'EGRESS' | 'INGRESS', required — The direction of the IP traffic, which can be INGRESS or EGRESS.
    - `service` 'API' | 'DNS' | 'EMAIL' | 'TEST_SERVICE' | 'WEB_SCRAPING', required — The service associated with the IP range, such as EMAIL, API, DNS, or WEB_SCRAPING.

## Other responses

- `default` — An error occurred.

---

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