> ## 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 Site Groups

Retrieve a list of all site groups.

<Note>
  External Documentation

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

## Example Output

```json theme={"dark"}
[
	{
		"siteGroupId": "1",
		"name": "Site Group 1",
		"description": "Description of the site group",
		"siteIds": [
			"763ddc9e-c7c5-4461-82cf-e6644f6a9821",
			"b28c5f96-f66e-4504-a100-55965f6d72fb"
		]
	}
]
```

## Workflow Library Example

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