---
title: "List BYOIP Prefix Resources"
method: GET
path: "/v2/byoip_prefixes/{byoip_prefix_uuid}/ips"
tags: ["DigitalOcean-public.v2-new_BYOIP Prefixes"]
---

# List BYOIP Prefix Resources

`GET /v2/byoip_prefixes/{byoip_prefix_uuid}/ips`

To list resources associated with BYOIP prefixes, send a GET request to `/v2/byoip_prefixes/{byoip_prefix_uuid}/ips`.

A successful response will return a list of resources associated with the specified BYOIP prefix.

## Path parameters

- `byoip_prefix_uuid` string, uuid, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

List of IP addresses assigned to resources (such as Droplets) in a BYOIP prefix

- object
  - `ips` ByoipPrefixResource[]
    - `id` integer — Unique identifier for the allocation
    - `byoip` string — The BYOIP prefix UUID
    - `region` string — Region where the allocation is made
    - `resource` string — The resource associated with the allocation
    - `assigned_at` string, date-time — Time when the allocation was assigned
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` object, required — Information about the response itself.
    - `total` integer, required — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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