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

# GET /networks

`GET /networks`

Returns information about the networks in which the current Amazon Web Services account participates.

Applies to Hyperledger Fabric and Ethereum.

## Query parameters

- `name` string
- `framework` 'HYPERLEDGER_FABRIC' | 'ETHEREUM'
- `status` 'CREATING' | 'AVAILABLE' | 'CREATE_FAILED' | 'DELETING' | 'DELETED'
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListNetworksOutput
  - `Networks` NetworkSummary[] — An array of <code>NetworkSummary</code> objects that contain configuration properties for each network.
    - `Id` string — The unique identifier of the network.
    - `Name` string — The name of the network.
    - `Description` string — An optional description of the network.
    - `Framework` 'HYPERLEDGER_FABRIC' | 'ETHEREUM' — The blockchain framework that the network uses.
    - `FrameworkVersion` string — The version of the blockchain framework that the network uses.
    - `Status` 'CREATING' | 'AVAILABLE' | 'CREATE_FAILED' | 'DELETING' | 'DELETED' — The current status of the network.
    - `CreationDate` string, date-time — The date and time that the network was created.
    - `Arn` string — The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.
  - `NextToken` string — The pagination token that indicates the next set of results to retrieve.

## Other responses

- `480` — InvalidRequestException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServiceErrorException

---

[API](https://skmtc.net/aws/apis/managedblockchain.md) · [All operations](https://skmtc.net/aws/apis/managedblockchain/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/managedblockchain/versions/43406c4e72b1/schema)
