---
title: "GET /networks/{networkId}/nodes"
method: GET
path: "/networks/{networkId}/nodes"
---

# GET /networks/{networkId}/nodes

`GET /networks/{networkId}/nodes`

Returns information about the nodes within a network.

Applies to Hyperledger Fabric and Ethereum.

## Path parameters

- `networkId` string, required

## Query parameters

- `memberId` string
- `status` 'CREATING' | 'AVAILABLE' | 'UNHEALTHY' | 'CREATE_FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED' | 'INACCESSIBLE_ENCRYPTION_KEY'
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListNodesOutput
  - `Nodes` NodeSummary[] — An array of <code>NodeSummary</code> objects that contain configuration properties for each node.
    - `Id` string — The unique identifier of the node.
    - `Status` 'CREATING' | 'AVAILABLE' | 'UNHEALTHY' | 'CREATE_FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED' | 'INACCESSIBLE_ENCRYPTION_KEY' — The status of the node.
    - `CreationDate` string, date-time — The date and time that the node was created.
    - `AvailabilityZone` string — The Availability Zone in which the node exists.
    - `InstanceType` string — The EC2 instance type for the node.
    - `Arn` string — The Amazon Resource Name (ARN) of the node. 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)
