---
title: Get Assets
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/get-assets-4ski1
---

# Get Assets

Get the set of assets that your organization manages.

## URL

GET https://vpp.itunes.apple.com/mdm/v2/assets

## Query Parameters

pageIndex: The requested page index. productType: The filter for the asset product type. pricingParam: The filter for the asset product quality. revocable: The filter for asset revocability. deviceAssignable: The filter for asset device assignability. maxAvailableCount: The filter for the maximum inclusive assets available count. minAvailableCount: The filter for the minimum inclusive assets available count. maxAssignedCount: The filter for the maximum inclusive assets assigned count. minAssignedCount: The filter for the minimum inclusive assets assigned count. adamId: The filter for the asset product unique identifier. unlimited:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: The provided token is invalid. It may either be missing or expired. 500 Internal Server Error: An internal server error occurred. Try again later.

## Mentioned in

Using paginated endpoints Getting started with the management API Upgrading to the new management API Managing assets

## Discussion

Discussion Example Request and Response

## Topics

### Response

- [GetAssetsResponse](devicemanagement/getassetsresponse.md)
- [ErrorResponse](devicemanagement/errorresponse.md)

### Content Metadata

- [Apps and books metadata for organizations](devicemanagement/apps-and-books-metadata-for-organizations.md)

## See Also

### Asset management

- [Associate Assets](devicemanagement/associate-assets.md)
- [Disassociate Assets](devicemanagement/disassociate-assets.md)
- [Revoke Assets](devicemanagement/revoke-assets.md)
- [Get Assignments](devicemanagement/get-assignments-9wv1e.md)
