---
title: "GET /firewall-domain-lists"
method: GET
path: "/firewall-domain-lists"
---

# GET /firewall-domain-lists

`GET /firewall-domain-lists`

Lists all firewall domain lists for a Route 53 Global Resolver 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
- `global_resolver_id` string

## Response `200`

Success

- ListFirewallDomainListsOutput
  - `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.
  - `firewallDomainLists` FirewallDomainListsItem[], required — List of the DNS Firewall domain lists.
    - `arn` string, required — The Amazon Resource Name (ARN) of the firewall domain list.
    - `globalResolverId` string, required — The ID of the global resolver that the firewall domain list is associated with.
    - `createdAt` string, date-time, required — The date and time when the firewall domain list was created.
    - `description` string — A description of the firewall domain list.
    - `id` string, required — The unique identifier of the firewall domain list.
    - `name` string, required — The name of the firewall domain list.
    - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — The current status of the firewall domain list.
    - `updatedAt` string, date-time, required — The date and time when the firewall domain list 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)
