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

# Get Packages

Get a list of packages for an organization using Apple Business’s built-in device management.

## URL

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

## Query Parameters

fields[packages]: 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

## Example

Example

## Topics

### Responses

- [PackagesResponse](applebusinessapi/packagesresponse.md)

## See Also

### Apps and Packages

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