---
title: "GET /firewall-domain-lists/{firewallDomainListId}"
method: GET
path: "/firewall-domain-lists/{firewallDomainListId}"
---

# GET /firewall-domain-lists/{firewallDomainListId}

`GET /firewall-domain-lists/{firewallDomainListId}`

Retrieves information about a firewall domain list.

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

- `firewallDomainListId` string, required

## Response `200`

Success

- GetFirewallDomainListOutput
  - `arn` string, required — Amazon Resource Name (ARN) of the domain list.
  - `globalResolverId` string, required — ID of the Global Resolver that the domain list is associated to.
  - `clientToken` string — A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same <code>clientToken</code> has the same result every time.
  - `createdAt` string, date-time, required — The time and date the domain list was created.
  - `description` string — The description of the domain list.
  - `domainCount` integer, required — Number of domains in the domain list.
  - `id` string, required — ID of the domain list.
  - `name` string, required — Name of the domain list.
  - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — Operational status of the domain list.
  - `statusMessage` string — Additional information about the status of the domain list.
  - `updatedAt` string, date-time, required — The date and time the domain list 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)
