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

# GET /accessors

`GET /accessors`

Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.

## Query parameters

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

## Response `200`

Success

- ListAccessorsOutput
  - `Accessors` AccessorSummary[] — An array of AccessorSummary objects that contain configuration properties for each accessor.
    - `Id` string — The unique identifier of the accessor.
    - `Type` 'BILLING_TOKEN' — <p>The type of the accessor.</p> <note> <p>Currently accessor type is restricted to <code>BILLING_TOKEN</code>.</p> </note>
    - `Status` 'AVAILABLE' | 'PENDING_DELETION' | 'DELETED' — The current status of the accessor.
    - `CreationDate` string, date-time — The creation date and time of the accessor.
    - `Arn` string — The Amazon Resource Name (ARN) of the accessor. 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)
