> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Domains

Get a list of domain names for the specified Brandsight customer with optional filtering.

<Note>
  External Documentation

  To learn more, visit the [Brandsight documentation](https://developer.brandsight.com/#tag/Domains/operation/domainListV2).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Customer ID     | The ID of the Brandsight customer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | Includes        | Optional details to be included in the response.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Limit           | Maximum number of domains to return. Valid range is `1-500`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  | Marker          | A marker domain to use as the offset in results.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Modified After  | Filter results that were modified after the specified timestamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Modified Before | Filter results that will expire before the specified timestamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Status Groups   | Domain lifecycle group statuses to filter the results by. <br /><br />**Available options:**<br />- `PENDING` - Domain name is in the process of being registered or transferred in (includes PENDING\_TRANSFER, PENDING\_REGISTRATION).<br />- `REGISTERED` - Domain name is registered (includes ACTIVE, LOCKED\_REGISTRAR, PARKED, HELD\_REGISTRAR, SUSPENDED).<br />- `PENDING_TERMINAL` - Domain name is expired and will be removed soon (includes EXPIRED, DELETED\_REDEEMABLE).<br />- `TERMINAL` - Domain name has been cancelled and is not reclaimable (includes CANCELLED, FAILED, TRANSFERRED, REPOSSESSED, OWNERSHIP\_CHANGED).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Statuses        | Statuses to filter results by.<br /><br />**Available Options:**<br />- `ACTIVE` - Domain name has been registered and is active.<br />- `CANCELLED` - Domain name has been cancelled by the user or system and is not reclaimable.<br />- `DELETED_REDEEMABLE` - Domain name is deleted but is redeemable.<br />- `EXPIRED` - Domain name has expired.<br />- `FAILED` - Domain name registration or transfer error.<br />- `LOCKED_REGISTRAR` - Domain name is locked at the registrar; this is usually the result of a spam, abuse, etc.<br />- `PARKED` - Domain name has been parked.<br />- `HELD_REGISTRAR` - Domain name is held at the registrar and cannot be transferred or modified; this is usually the result of a dispute.<br />- `OWNERSHIP_CHANGED` Domain name has been moved to another account.<br />- `PENDING_TRANSFER` - Domain name transfer has been requested and is pending the transfer process.<br />- `PENDING_REGISTRATION` - Domain name is pending registration at the registry.<br />- `REPOSSESSED` - Domain name has been confiscated, this is usually the result of a chargeback, fraud, abuse, etc.<br />- `SUSPENDED` - Domain name is in violation and has been suspended.<br />- `TRANSFERRED` - Domain name has been transferred to another registrar. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"createdAt": "string",
		"deletedAt": "string",
		"domain": "string",
		"domainId": "string",
		"expirationProtected": true,
		"expiresAt": "string",
		"holdClient": true,
		"holdRegistrar": true,
		"locked": true,
		"modifiedAt": "string",
		"nameServers": [
			"string"
		],
		"privacy": true,
		"renewAuto": true,
		"renewDeadline": "string",
		"renewal": {
			"currency": "USD",
			"price": 0,
			"renewable": true
		},
		"status": "ACTIVE",
		"transferAwayEligibleAt": "string",
		"transferProtected": true
	}
]
```

## Workflow Library Example

[List Domains with Brandsight and Send Results Via Email](https://library.blinkops.com/workflows/list-domains-with-brandsight-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-domains-with-brandsight-and-send-results-via-email/canvas" />
</div>
