---
title: "GET /access-sources/{accessSourceId}"
method: GET
path: "/access-sources/{accessSourceId}"
---

# GET /access-sources/{accessSourceId}

`GET /access-sources/{accessSourceId}`

Retrieves information about an access source.

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

- `accessSourceId` string, required

## Response `200`

Success

- GetAccessSourceOutput
  - `arn` string, required — The Amazon Resource Name (ARN) of the access source.
  - `cidr` string, required — The IP range for the rule's parameters in CIDR notation.
  - `createdAt` string, date-time, required — The time and date the rule was created.
  - `id` string, required — ID for the rule.
  - `ipAddressType` 'IPV4' | 'IPV6', required — The IP address type.
  - `name` string — Name for the access source.
  - `dnsViewId` string, required — ID for the DNS view that the rule is associated to.
  - `protocol` 'DO53' | 'DOH' | 'DOT', required — The protocol determines how data is transmitted to a Global Resolver instance.
  - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — Information about the status of the rule.
  - `updatedAt` string, date-time, required — The time and date the access source was 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)
