---
title: "GET /global-networks/{globalNetworkId}/customer-gateway-associations"
method: GET
path: "/global-networks/{globalNetworkId}/customer-gateway-associations"
---

# GET /global-networks/{globalNetworkId}/customer-gateway-associations

`GET /global-networks/{globalNetworkId}/customer-gateway-associations`

Gets the association information for customer gateways that are associated with devices and links in your global network.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `customerGatewayArns` CustomerGatewayArn[]
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetCustomerGatewayAssociationsResponse
  - `CustomerGatewayAssociations` CustomerGatewayAssociation[] — The customer gateway associations.
    - `CustomerGatewayArn` string — The Amazon Resource Name (ARN) of the customer gateway.
    - `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 association state.
  - `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/versions/4ea0acef56bf/schema)
