> ## 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 Sites

Retrieve a list of all sites with optional filtering.

<Note>
  External Documentation

  To learn more, visit the [Bluecat Edge documentation](https://docs.bluecatnetworks.com/r/BlueCat-Edge-User-Guide/v3/api/sites-GET/Service-Point-v4.x.x).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                        |
  | -------------------- | ---------------------------------------------------------------------------------- |
  | Exact Name           | An exact site name to filter sites by.                                             |
  | Include              | Specify which fields to include in the response.                                   |
  | Name Contains        | A part of a site's name to filter sites by.                                        |
  | Namespace ID         | A namespace ID to filter sites by.                                                 |
  | Overrides Forwarders | Select to include only sites that override forwarders for the specified namespace. |
  | limit                | The maximum number of items to retrieve in the response.                           |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "a16a009e-4790-42b6-9374-b1b18e619d76",
		"name": "Toronto Site",
		"location": {
			"lng": "-79.37566709999999",
			"lat": "43.6421529",
			"address": "4100 Yonge Street, Toronto"
		},
		"settings": {
			"timeZone": "Australia/Sydney",
			"associatedNamespaces": [
				{
					"id": "5721f5b9-fe9e-11e7-8bf7-0abb5ee73c46",
					"name": "default",
					"forwarders": [
						"8.8.8.8"
					],
					"overridingFowarders": [],
					"description": "This is the default namespace.",
					"isDefault": true
				}
			]
		},
		"registeredServicePointCount": 10,
		"version": "3.11.0",
		"updateInitiatedTimestamp": 1539180118,
		"updateStatus": "COMPLETED",
		"blockedServicePointIds": [
			"112f2e06-a19d-4775-8aa5-96d997a7b688",
			"8285cee5-8429-4e23-8970-0233afd312a0"
		],
		"streamDataToCI": true,
		"loggingEndpointId": "123e4567-e89b-12d3-a456-426614174000",
		"loggingEndpointName": "localLoggingEndpoint1",
		"identityServiceEnabled": true,
		"randomizeAddresses": false,
		"healthCheckIds": [
			"3fa85f64-5717-4562-b3fc-2c963f66afa6"
		],
		"gslbRuleIds": [
			"0196e75c-4779-75c4-bedf-ff4d27f3bd99"
		]
	}
]
```

## Workflow Library Example

[List Sites with Bluecat Edge and Send Results Via Email](https://library.blinkops.com/workflows/list-sites-with-bluecat-edge-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-sites-with-bluecat-edge-and-send-results-via-email/canvas" />
</div>
