---
title: Get Apps
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-apps
---

# Get Apps

Get a list of apps for an organization using the built-in device management in Apple Business.

## URL

GET https://api-business.apple.com/v1/apps

## Query Parameters

fields[apps]: The fields to return for included related types. limit: The number of resources to return (maximum 1000).

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 429 : Too Many Requests

## Overview

Overview important: This endpoint requires the built-in device management service to be turned on for the organization. If you need to manage apps without the built-in device management, use the Apps and Books for Organizations API instead. Example

## Topics

### Responses

- [AppsResponse](applebusinessapi/appsresponse.md)

## See Also

### Apps and Packages

- [Get App Information](applebusinessapi/get-app-information.md)
- [Get Packages](applebusinessapi/get-packages.md)
- [Get Package Information](applebusinessapi/get-package-information.md)
