---
title: "List IP Addresses associated with the current site"
method: GET
path: "/ip_addresses"
tags: ["ip_addresses", "IP Addresses"]
---

# List IP Addresses associated with the current site

`GET /ip_addresses`

List IP Addresses associated with the current site

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of IpAddresses objects.

- IpAddressEntity[]
  - `id` string — Unique label for list; used by Zapier and other integrations.
  - `associated_with` string — The object that this public IP address list is associated with.
  - `group_id` integer — Group ID
  - `ip_addresses` string[] — A list of IP addresses.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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