---
title: "GET /connect-peers"
method: GET
path: "/connect-peers"
---

# GET /connect-peers

`GET /connect-peers`

Returns a list of core network Connect peers.

## Query parameters

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

## Response `200`

Success

- ListConnectPeersResponse
  - `ConnectPeers` ConnectPeerSummary[] — Describes the Connect peers.
    - `CoreNetworkId` string — The ID of a core network.
    - `ConnectAttachmentId` string — The ID of a Connect peer attachment.
    - `ConnectPeerId` string — The ID of a Connect peer.
    - `EdgeLocation` string — The Region where the edge is located.
    - `ConnectPeerState` 'CREATING' | 'FAILED' | 'AVAILABLE' | 'DELETING' — The state of a Connect peer.
    - `CreatedAt` string, date-time — The timestamp when a Connect peer was created.
    - `Tags` Tag[] — The list of key-value tags associated with the Connect peer 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)
