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

Retrieve the list of custom views configured within the `3rd-Party App Governance Admin Portal`.

For more information about the custom views refer to [Zscaler custom views documentation](https://help.zscaler.com/zia/custom-views).

<Note>
  External Documentation

  To learn more, visit the [Zscaler App Governance documentation](https://help.zscaler.com/legacy-apis/3rd-party-app-governance-api#/app_views/list-get).
</Note>

## Example Output

```json theme={"dark"}
[
	{
		"id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
		"name": "High risk apps",
		"createdBy": "admin@zscaler.com",
		"createdAt": 1707224066585,
		"spec": {
			"map": "string"
		}
	}
]
```

## Workflow Library Example

[List App Views with Zscaler App Governance and Send Results Via Email](https://library.blinkops.com/workflows/list-app-views-with-zscaler-app-governance-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-app-views-with-zscaler-app-governance-and-send-results-via-email/canvas" />
</div>
