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

List all environments available to the user.

## Example Output

```json theme={"dark"}
{
	"environments": [
		{
			"id": "5daabc50-8451-43f6-922d-96b403b4f28e",
			"name": "Test Environment",
			"createdAt": "2020-09-23T14:31:18.000Z",
			"updatedAt": "2020-12-04T14:13:40.000Z",
			"owner": "12345678",
			"uid": "12345678-5daabc50-8451-43f6-922d-96b403b4f28e",
			"isPublic": false
		},
		{
			"id": "7d786cc8-142b-4d62-b5a5-872afc37ad16",
			"name": "Environment Scanner",
			"createdAt": "2020-02-04T19:34:23.000Z",
			"updatedAt": "2020-08-12T13:34:06.000Z",
			"owner": "12345678",
			"uid": "12345678-7d786cc8-142b-4d62-b5a5-872afc37ad16",
			"isPublic": false
		}
	]
}
```

## Workflow Library Example

[List Environments with Postman and Send Results Via Email](https://library.blinkops.com/workflows/list-environments-with-postman-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-environments-with-postman-and-send-results-via-email/canvas" />
</div>
