---
title: "List IP assignments for app"
method: GET
path: "/v1/apps/{app_name}/ip_assignments"
tags: ["Apps"]
---

# List IP assignments for app

`GET /v1/apps/{app_name}/ip_assignments`

## Path parameters

- `app_name` string, required

## Response `200`

OK

- ListIPAssignmentsResponse
  - `ips` IPAssignment[]
    - `created_at` string
    - `egress` boolean
    - `ip` string
    - `region` string
    - `service_name` string
    - `shared` boolean

## Changes

- **2026-09-01** `fc09da744e5d` — 1 info
  - added the optional property `ips/items/egress` to the response with the `200` status
- **2026-08-12** `f54480c4ce7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/machines/apis/machines-api/changes/v1/apps/:app_name/ip_assignments/get.md)

---

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