> ## 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 Mobile Apps

Get the list of mobile apps in the provided tenant.

* **Least privileged** Microsoft Graph permission to access the action via **application**: `DeviceManagementApps.Read.All`, `DeviceManagementApps.ReadWrite.All`.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Intune documentation](https://learn.microsoft.com/en-us/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0\&tabs=http).
</Note>

## Example Output

```json theme={"dark"}
{
	"value": [
		{
			"@odata.type": "#microsoft.graph.mobileApp",
			"id": "0177548a-548a-0177-8a54-77018a547701",
			"displayName": "Display Name value",
			"description": "Description value",
			"publisher": "Publisher value",
			"largeIcon": {
				"@odata.type": "microsoft.graph.mimeContent",
				"type": "Type value",
				"value": "dmFsdWU="
			},
			"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
			"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
			"isFeatured": true,
			"privacyInformationUrl": "https://example.com/privacyInformationUrl/",
			"informationUrl": "https://example.com/informationUrl/",
			"owner": "Owner value",
			"developer": "Developer value",
			"notes": "Notes value",
			"publishingState": "processing"
		}
	]
}
```

## Workflow Library Example

[List Mobile Apps with Microsoft Intune and Send Results Via Email](https://library.blinkops.com/workflows/list-mobile-apps-with-microsoft-intune-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-mobile-apps-with-microsoft-intune-and-send-results-via-email/canvas" />
</div>
