---
title: "GET /access-sources"
method: GET
path: "/access-sources"
---

# GET /access-sources

`GET /access-sources`

Lists all access sources 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.

## Query parameters

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

## Response `200`

Success

- ListAccessSourcesOutput
  - `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.
  - `accessSources` AccessSourcesItem[], required — An array containing information about the access sources, such as the ID, CIDR etc.
    - `arn` string, required — The Amazon Resource Name (ARN) of the access source.
    - `cidr` string, required — The CIDR block that defines the IP address range for the access source.
    - `createdAt` string, date-time, required — The date and time when the access source was created.
    - `id` string, required — The unique identifier of the access source.
    - `ipAddressType` 'IPV4' | 'IPV6', required — The IP address type of the access source.
    - `name` string — The name of the access source.
    - `dnsViewId` string, required — The ID of the DNS view that the access source is associated with.
    - `protocol` 'DO53' | 'DOH' | 'DOT', required — The protocol used by the access source.
    - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — The current status of the access source.
    - `updatedAt` string, date-time, required — The date and time when the access source was last updated.

## Other responses

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

---

[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)
