---
title: "GET /global-networks"
method: GET
path: "/global-networks"
---

# GET /global-networks

`GET /global-networks`

Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate <code>Get*</code> action. For example, to list the transit gateways in your global network, use <a>GetTransitGatewayRegistrations</a>.

## Query parameters

- `globalNetworkIds` GlobalNetworkId[]
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- DescribeGlobalNetworksResponse
  - `GlobalNetworks` GlobalNetwork[] — Information about the global networks.
    - `GlobalNetworkId` string — The ID of the global network.
    - `GlobalNetworkArn` string — The Amazon Resource Name (ARN) of the global network.
    - `Description` string — The description of the global network.
    - `CreatedAt` string, date-time — The date and time that the global network was created.
    - `State` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'UPDATING' — The state of the global network.
    - `Tags` Tag[] — The tags for the global network.
      - `Key` string — <p>The tag key.</p> <p>Constraints: Maximum length of 128 characters.</p>
      - `Value` string — <p>The tag value.</p> <p>Constraints: Maximum length of 256 characters.</p>
  - `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/versions/4ea0acef56bf/schema)
