---
title: "List all partner attachments"
method: GET
path: "/v2/partner_network_connect/attachments"
tags: ["DigitalOcean-public.v2-new_Partner Network Connect"]
---

# List all partner attachments

`GET /v2/partner_network_connect/attachments`

To list all of the Partner Attachments on your account, send a `GET` request to `/v2/partner_network_connect/attachments`.

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

The response will be a JSON object with a `partner_attachments` key
that contains an array of all partner attachments

- object
  - `partner_attachments` PartnerAttachment[]
    - `id` string, string — A unique ID that can be used to identify and reference the partner attachment.
    - `name` string — The name of the partner attachment. Must be unique and may only contain alphanumeric characters, dashes, and periods.
    - `state` string — The current operational state of the attachment.
    - `connection_bandwidth_in_mbps` integer — The bandwidth (in Mbps) of the connection.
    - `region` string — The region where the partner attachment is located.
    - `naas_provider` string — The Network as a Service (NaaS) provider for the partner attachment.
    - `vpc_ids` string[] — An array of VPC network IDs.
    - `bgp` object — The BGP configuration for the partner attachment.
      - `local_asn` integer — ASN of the local router.
      - `peer_asn` integer — ASN of the peer router
      - `local_router_ip` string — IP of the DigitalOcean router
      - `peer_router_ip` string — IP of the peer router
    - `created_at` string, date-time — A time value given in ISO8601 combined date and time format.
    - `parent_uuid` string — Associated partner attachment UUID
    - `children` string[] — An array of associated partner attachment UUIDs.
  - `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)
