---
title: "GET /tokens/dns-view/{dnsViewId}"
method: GET
path: "/tokens/dns-view/{dnsViewId}"
---

# GET /tokens/dns-view/{dnsViewId}

`GET /tokens/dns-view/{dnsViewId}`

Lists all access tokens for a DNS view with pagination support.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands.

## Path parameters

- `dnsViewId` string, required

## Query parameters

- `max_results` integer
- `next_token` string
- `filters` object

## Response `200`

Success

- ListAccessTokensOutput
  - `nextToken` string — A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
  - `accessTokens` AccessTokenItem[] — List of the tokens.
    - `id` string, required — The unique identifier of the token.
    - `arn` string, required — The Amazon Resource Name (ARN) of the token.
    - `createdAt` string, date-time, required — The date and time when the token was created.
    - `dnsViewId` string, required — The ID of the DNS view associated with the token.
    - `expiresAt` string, date-time, required — The date and time when the token expires.
    - `globalResolverId` string, required — The ID of the global resolver associated with the token.
    - `name` string — The name of the token.
    - `status` 'CREATING' | 'OPERATIONAL' | 'DELETING', required — The current status of the token.
    - `updatedAt` string, date-time, required — The date and time when the token was last updated.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ResourceNotFoundException

---

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