---
title: "GET /hosted-zone-associations"
method: GET
path: "/hosted-zone-associations"
---

# GET /hosted-zone-associations

`GET /hosted-zone-associations`

Lists hosted zone associations with pagination support. Specify a DNS view through the `resourceArn` parameter to list the hosted zone associations for that DNS view, or omit it to list all hosted zone associations in your Amazon Web Services account.

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
- `resourceArn` string

## Response `200`

Success

- ListHostedZoneAssociationsOutput
  - `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.
  - `hostedZoneAssociations` HostedZoneAssociationSummary[], required — List of the private hosted zone associations.
    - `id` string, required — The unique identifier of the hosted zone association.
    - `resourceArn` string, required — The Amazon Resource Name (ARN) of the resource associated with the hosted zone.
    - `hostedZoneId` string, required — The ID of the hosted zone.
    - `hostedZoneName` string, required — The name of the hosted zone.
    - `name` string, required — The name of the hosted zone association.
    - `createdAt` string, date-time, required — The date and time when the hosted zone association was created.
    - `updatedAt` string, date-time, required — The date and time when the hosted zone association was last updated.
    - `status` 'CREATING' | 'OPERATIONAL' | 'DELETING', required — The current status of the hosted zone association.

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