---
title: "GET /global-networks/{globalNetworkId}/connect-peer-associations"
method: GET
path: "/global-networks/{globalNetworkId}/connect-peer-associations"
---

# GET /global-networks/{globalNetworkId}/connect-peer-associations

`GET /global-networks/{globalNetworkId}/connect-peer-associations`

Returns information about a core network Connect peer associations.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `connectPeerIds` ConnectPeerId[]
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetConnectPeerAssociationsResponse
  - `ConnectPeerAssociations` ConnectPeerAssociation[] — Displays a list of Connect peer associations.
    - `ConnectPeerId` string — The ID of the Connect peer.
    - `GlobalNetworkId` string — The ID of the global network.
    - `DeviceId` string — The ID of the device to connect to.
    - `LinkId` string — The ID of the link.
    - `State` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'DELETED' — The state of the Connect peer association.
  - `NextToken` string — The token for the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ConflictException
- `484` — ThrottlingException
- `485` — InternalServerException

---

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