---
title: "List Elastic IPs"
method: GET
path: "/elastic_ips"
tags: ["Elastic Ips"]
---

# List Elastic IPs

`GET /elastic_ips`

List all Elastic IPs for the authenticated team. Elastic IPs are static public IP addresses that can be assigned to servers and moved between servers within the same project.

## Query parameters

- `filter[project]` string
- `filter[server]` string
- `filter[status]` 'configuring' | 'active' | 'moving' | 'releasing' | 'error'
- `page[size]` integer
- `page[number]` integer

## Response `200`

Success

## Changes

- **2026-07-31** `795dfc010f2a` — 2 warning
  - added the new `bgp` enum value to the `data/items/attributes/mode` response property for the response status `200`
  - added the new `pending` enum value to the `data/items/attributes/status` response property for the response status `200`

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/elastic_ips/get.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/c80535f26dd7/schema)
