---
title: "GET /global-networks/{globalNetworkId}/transit-gateway-registrations"
method: GET
path: "/global-networks/{globalNetworkId}/transit-gateway-registrations"
---

# GET /global-networks/{globalNetworkId}/transit-gateway-registrations

`GET /global-networks/{globalNetworkId}/transit-gateway-registrations`

Gets information about the transit gateway registrations in a specified global network.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `transitGatewayArns` TransitGatewayArn[]
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetTransitGatewayRegistrationsResponse
  - `TransitGatewayRegistrations` TransitGatewayRegistration[] — The transit gateway registrations.
    - `GlobalNetworkId` string — The ID of the global network.
    - `TransitGatewayArn` string — The Amazon Resource Name (ARN) of the transit gateway.
    - `State` object — The state of the transit gateway registration.
      - `Code` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'DELETED' | 'FAILED' — The code for the state reason.
      - `Message` string — The message for the state reason.
  - `NextToken` string — The token for the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — 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)
