---
title: "Get extant"
method: GET
path: "/v1/ip_addresses"
tags: ["IP Addresses"]
---

# Get extant

`GET /v1/ip_addresses`

Gets user associated IP addresses basic information.

## Query parameters

- `page` object
  - `number` integer
  - `size` integer
- `search` string

## Response `200`

IP addresses basic information

- object
  - `data` IpAddressSpec[]
    - `id` string — Resource Id (integer or uuid)
    - `type` string — Resource type name
    - `uuid` string — Resource UUID (if applicable)
    - `attributes` IpAddress — IpAddress resource
      - `ip` string — IP
      - `address` string — IP address
      - `network_id` integer — Network ID
      - `organization_id` integer — Organization ID
    - `relationships` object — IP address associated network
      - `network` object
        - `data` IdType — JSON API resource ID and type attributes
          - `id` string — Resource Id (integer or uuid)
          - `type` string — Resource type name
          - `uuid` string — Resource UUID (if applicable)
  - `links` Links — JSON API links member representation
    - `self` string — Endpoint URL (may be null)

## Other responses

- `401` — Unauthorized

---

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