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

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

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

Gets information about one or more of your transit gateway Connect peer associations in a global network.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `transitGatewayConnectPeerArns` TransitGatewayConnectPeerArn[]
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetTransitGatewayConnectPeerAssociationsResponse
  - `TransitGatewayConnectPeerAssociations` TransitGatewayConnectPeerAssociation[] — Information about the transit gateway Connect peer associations.
    - `TransitGatewayConnectPeerArn` string — The Amazon Resource Name (ARN) of the transit gateway Connect peer.
    - `GlobalNetworkId` string — The ID of the global network.
    - `DeviceId` string — The ID of the device.
    - `LinkId` string — The ID of the link.
    - `State` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'DELETED' — The state of the association.
  - `NextToken` string — The token to use 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/versions/4ea0acef56bf/schema)
