# IpAddresses: Sendinblue IP Addresses
Get all the dedicated IPs for your account
Retrieves all dedicated IPs associated with your Brevo account.
Use this to:
- List all your dedicated IPs
- Check the status of your dedicated IPs (active/inactive)
- Find IP addresses and associated domains for configuration purposes
- Monitor your IP reputation and deliverability
- Verify available IPs for sender configuration
Key information returned:
- IP ID and address
- Associated domain
- Active status
- IP configuration details
- Catalog: `Brevo`
- Schema: `Senders`
- Primary Keys: `id`
- Label: IP Addresses
This is a read-only table. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## Table Columns
The columns of the table `IpAddresses` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `active` | `char` | Active | ☐ | Status of the IP (true=active, false=inactive) |
| `domain` | `varchar2` | Domain | ☐ | Domain associated to the IP |
| `id` | `int64` | ID | ☐ | ID of the dedicated IP |
| `ip` | `varchar2` | IP | ☐ | Dedicated IP address |