---
title: "Get Additional IPs"
method: GET
path: "/v1/ipam/list"
---

# Get Additional IPs

`GET /v1/ipam/list`

Get all active additional IPs for an organization.

## Headers

- `x-rd-key` string, required

## Response `200`

- object
  - `success` boolean, required
  - `message` string
  - `data` object[]
    - `id` string, required — ID of the IP allocation
    - `cidr` string, required
    - `status` string — The status of the IPAM
    - `serverId` string — The ID of the server the IP allocation points to

---

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