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

# GET /core-networks

`GET /core-networks`

Returns a list of owned and shared core networks.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListCoreNetworksResponse
  - `CoreNetworks` CoreNetworkSummary[] — Describes the list of core networks.
    - `CoreNetworkId` string — The ID of a core network.
    - `CoreNetworkArn` string — a core network ARN.
    - `GlobalNetworkId` string — The global network ID.
    - `OwnerAccountId` string — The ID of the account owner.
    - `State` 'CREATING' | 'UPDATING' | 'AVAILABLE' | 'DELETING' — The state of a core network.
    - `Description` string — The description of a core network.
    - `Tags` Tag[] — The key-value tags associated with a core network summary.
      - `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` — ThrottlingException
- `483` — 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)
