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

Lists all folders in the vSphere instance.

## Example Output

```json theme={"dark"}
[
	{
		"folder${$[0].folder$}$": "group-d1",
		"name${$[0].name$}$": "Datacenters",
		"type${$[0].type$}$": "DATACENTER"
	},
	{
		"folder${$[1].folder$}$": "group-h28",
		"name${$[1].name$}$": "test",
		"type${$[1].type$}$": "HOST"
	},
	{
		"folder${$[2].folder$}$": "group-h5",
		"name${$[2].name$}$": "host",
		"type${$[2].type$}$": "HOST"
	},
	{
		"folder${$[3].folder$}$": "group-n7",
		"name${$[3].name$}$": "network",
		"type${$[3].type$}$": "NETWORK"
	}
]
```

## Workflow Library Example

[List Folders with Vmware Vsphere and Send Results Via Email](https://library.blinkops.com/workflows/list-folders-with-vmware-vsphere-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-folders-with-vmware-vsphere-and-send-results-via-email/canvas" />
</div>
