---
title: "List IP Ranges"
method: GET
path: "/"
tags: ["IP Ranges"]
---

# List IP Ranges

`GET /`

Get information about Datadog IP ranges.

## Response `200`

OK

- IPRanges — IP ranges.
  - `agents` IPPrefixesAgents — Available prefix information for the Agent endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `api` IPPrefixesAPI — Available prefix information for the API endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `apm` IPPrefixesAPM — Available prefix information for the APM endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `global` IPPrefixesGlobal — Available prefix information for all Datadog endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `logs` IPPrefixesLogs — Available prefix information for the Logs endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `modified` string — Date when last updated, in the form `YYYY-MM-DD-hh-mm-ss`.
  - `orchestrator` IPPrefixesOrchestrator — Available prefix information for the Orchestrator endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `process` IPPrefixesProcess — Available prefix information for the Process endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `remote-configuration` IPPrefixesRemoteConfiguration — Available prefix information for the Remote Configuration endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `synthetics` IPPrefixesSynthetics — Available prefix information for the Synthetics endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv4_by_location` object — List of IPv4 prefixes by location.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
    - `prefixes_ipv6_by_location` object — List of IPv6 prefixes by location.
  - `synthetics-private-locations` IPPrefixesSyntheticsPrivateLocations — Available prefix information for the Synthetics Private Locations endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.
  - `version` integer — Version of the IP list.
  - `webhooks` IPPrefixesWebhooks — Available prefix information for the Webhook endpoints.
    - `prefixes_ipv4` string[] — List of IPv4 prefixes.
    - `prefixes_ipv6` string[] — List of IPv6 prefixes.

## Other responses

- `429` — Too many requests

---

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