> ## 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 Domain Instances

Retrieve a list of all domain instances.

<Note>
  External Documentation

  To learn more, visit the [Cynet documentation](https://help.api.cynet.com/docs/API-V3/2uvlul7zcru33-get-all-domain-instances).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                      |
  | ---------------- | -------------------------------------------------------------------------------- |
  | From Date        | The date from which to retrieve domain instances.                                |
  | Limit            | The maximum number of objects to retrieve.                                       |
  | Offset           | The pagination offset indicating the starting point for the next set of results. |
  | Return All Pages | Automatically fetch all resources, page by page.                                 |
  | To Date          | The date to which to retrieve domain instances.                                  |
</div>

## Example Output

```json theme={"dark"}
{
	"results": [
		{
			"id": -9007199254740991,
			"sourceIp": "string",
			"hostDbId": -9007199254740991,
			"hostName": "string",
			"userDbId": -9007199254740991,
			"userName": "string",
			"domainDbId": -9007199254740991,
			"baseDomainName": "string",
			"RemoteIpDbId": -9007199254740991,
			"RemoteIp": "string",
			"RemotePort": -2147483648,
			"Uniqueness": "string",
			"dateIn": "2019-08-24T14:15:22Z",
			"lastSeen": "2019-08-24T14:15:22Z",
			"hdSerial": -9007199254740991
		}
	],
	"countInRange": -2147483648
}
```

## Workflow Library Example

[List Domain Instances with Cynet and Send Results Via Email](https://library.blinkops.com/workflows/list-domain-instances-with-cynet-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-domain-instances-with-cynet-and-send-results-via-email/canvas" />
</div>
