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

# Get Site Tree

Get your Site Tree.
The site tree is the hierarchical structure containing all sites and folders that you have configured in Burp Suite Enterprise Edition.

<Note>
  External Documentation

  To learn more, visit the [PortSwigger Burp Suite DAST documentation](https://portswigger.net/burp/extensibility/enterprise/graphql-api/sitetree.html).
</Note>

## Example Output

```json theme={"dark"}
{
	"data": {
		"site_tree": {
			"sites": [
				{
					"id": "3",
					"name": "Site 3",
					"scope_v2": {
						"start_urls": [
							"http://site3"
						],
						"out_of_scope_urls": []
					},
					"application_logins": {
						"login_credentials": [],
						"recorded_logins": []
					}
				},
				{
					"id": "4",
					"name": "Site 1",
					"scope_v2": {
						"start_urls": [
							"http://site1"
						],
						"out_of_scope_urls": [
							"http://site1/exclude"
						]
					},
					"application_logins": {
						"login_credentials": [
							{
								"label": "site1",
								"username": "user"
							}
						],
						"recorded_logins": []
					}
				},
				{
					"id": "5",
					"name": "Site 2",
					"scope_v2": {
						"start_urls": [
							"http://site2"
						],
						"out_of_scope_urls": [
							"http://site2/excluded1",
							"http://site2/excluded2"
						]
					},
					"application_logins": {
						"login_credentials": [],
						"recorded_logins": []
					}
				}
			],
			"folders": [
				{
					"id": "0",
					"name": "ROOT"
				},
				{
					"id": "1",
					"name": "Folder 1"
				},
				{
					"id": "2",
					"name": "Folder 2"
				}
			]
		}
	}
}
```

## Workflow Library Example

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