---
title: "List IPs"
method: GET
path: "/ips"
tags: ["IP Addresses"]
---

# List IPs

`GET /ips`

List all Management and Additional IP Addresses.
 • Management IPs are IPs that are used for the management IP of a device.
   This is a public IP address that a device is born and dies with. It never changes during the lifecycle of the device.
 • Additional IPs are individual IPs that can be added to a device as an additional IP that can be used.

## Query parameters

- `filter[server]` string
- `filter[project]` string
- `filter[family]` 'IPv4' | 'IPv6'
- `filter[type]` 'private' | 'public' | 'elastic'
- `filter[location]` string
- `filter[address]` string
- `filter[additional]` boolean
- `filter[available]` boolean
- `filter[management]` boolean
- `extra_fields[ip_addresses]` string
- `page[size]` integer
- `page[number]` integer
- `stats[total]` string
- `sort` string

## Response `200`

Success

---

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