# Domains
Get the list of all sender domains
Retrieves all domains associated with the account.
Use this to:
- List all domains
- Verify domain existence
- Check domain authentication and verification status
- Monitor domain configuration and provider information
- Review domain creation history and ownership
Key information returned:
- Domain details (ID, name, authentication status)
- Verification and authentication states
- Associated IP addresses and DNS providers
- Creator information and creation timestamps
- Pagination information for large domain lists
- Catalog: `Brevo`
- Schema: `Domains`
- Retrieve: True
- Insert: True
- Update: False
- Delete: False
## Table Columns
The columns of the table `Domains` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `count` | `int64` | Count | ☐ | Total number of domains |
| `current_page` | `int64` | | ☐ | Current page number |
| `total_pages` | `int64` | | ☐ | Total number of pages |