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

Get a list of sites and their information.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                               |
  | --------- | ------------------------------------------------------------------------- |
  | Format    | The format of returned results.                                           |
  | Page      | The page number to show results from, defaults to `1`.                    |
  | Per Page  | The maximum number of results to return, defaults to `20`.                |
  | Site ID   | The ID of the site. Use this parameter to get details on a specific site. |
  | Sort      | The way of sorting the results.                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"count_filtered": 40,
	"count_total": 40,
	"count_in_page": 10,
	"objects": [
		{
			"address": "",
			"assets_count": 0,
			"auto_transition_to_operational": true,
			"description": "",
			"id": 1,
			"image_url": "",
			"installed_date": "2020-07-06T14:27:20+00:00",
			"integrity_alerts_severity": 0,
			"integrity_alerts_severity__": "eLow",
			"is_connected": true,
			"name": "Default",
			"score": 100,
			"security_alerts_severity": 0,
			"security_alerts_severity__": "eLow",
			"training_mode": true,
			"unresolved_integrity_alerts_count": 0,
			"unresolved_security_alerts_count": 0,
			"version": "3.5.0.0"
		}
	]
}
```

## Workflow Library Example

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