> ## 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 all sites in your PortSwigger instance.

<Note>
  External Documentation

  To learn more, visit the [PortSwigger Burp Suite DAST documentation](https://portswigger.net/burp/documentation/enterprise/user-guide/api-documentation/graphql-api/graphql-common-tasks#retrieving-basic-site-tree-details).
</Note>

## Example Output

```json theme={"dark"}
{
	"data": {
		"site_tree": {
			"sites": [
				{
					"id": "81",
					"parent_id": "0",
					"name": "Global"
				},
				{
					"id": "82",
					"parent_id": "1",
					"name": "Northern US"
				},
				{
					"id": "38",
					"parent_id": "1",
					"name": "Southern US"
				},
				{
					"id": "39",
					"parent_id": "3",
					"name": "UK"
				}
			],
			"folders": [
				{
					"id": "0",
					"parent_id": null,
					"name": "All Sites"
				},
				{
					"id": "1",
					"parent_id": "0",
					"name": "US Sites"
				},
				{
					"id": "2",
					"parent_id": "0",
					"name": "Europe Sites"
				},
				{
					"id": "3",
					"parent_id": "2",
					"name": "UK Sites"
				}
			]
		}
	}
}
```

## Workflow Library Example

[List Sites with Portswigger Burp Suite Dast and Send Results Via Email](https://library.blinkops.com/workflows/list-sites-with-portswigger-burp-suite-dast-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-portswigger-burp-suite-dast-and-send-results-via-email/canvas" />
</div>
