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

# GET /invitations

`GET /invitations`

Returns a list of all invitations for the current Amazon Web Services account.

Applies only to Hyperledger Fabric.

## Query parameters

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

## Response `200`

Success

- ListInvitationsOutput
  - `Invitations` Invitation[] — The invitations for the network.
    - `InvitationId` string — The unique identifier for the invitation.
    - `CreationDate` string, date-time — The date and time that the invitation was created.
    - `ExpirationDate` string, date-time — The date and time that the invitation expires. This is the <code>CreationDate</code> plus the <code>ProposalDurationInHours</code> that is specified in the <code>ProposalThresholdPolicy</code>. After this date and time, the invitee can no longer create a member and join the network using this <code>InvitationId</code>.
    - `Status` 'PENDING' | 'ACCEPTED' | 'ACCEPTING' | 'REJECTED' | 'EXPIRED' — <p>The status of the invitation:</p> <ul> <li> <p> <code>PENDING</code> - The invitee hasn't created a member to join the network, and the invitation hasn't yet expired.</p> </li> <li> <p> <code>ACCEPTING</code> - The invitee has begun creating a member, and creation hasn't yet completed.</p> </li> <li> <p> <code>ACCEPTED</code> - The invitee created a member and joined the network using the <code>InvitationID</code>.</p> </li> <li> <p> <code>REJECTED</code> - The invitee rejected the invitation.</p> </li> <li> <p> <code>EXPIRED</code> - The invitee neither created a member nor rejected the invitation before the <code>ExpirationDate</code>.</p> </li> </ul>
    - `NetworkSummary` NetworkSummary — A summary of network configuration properties.
      - `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>.
    - `Arn` string — The Amazon Resource Name (ARN) of the invitation. 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` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ResourceLimitExceededException
- `485` — 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)
