---
title: Get Asset
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-asset-by-id
---

# Get Asset

Retrieve a single asset by its UUID.

## URL

GET https://api.ads.apple.com/v1/assets/{id}

## Path Parameters

id:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint retrieves a single asset by its UUID. Use it after uploading an asset to check its eligibility status before referencing it in a creative. This endpoint still returns deleted assets, with deleted: true. Responses always include the eligibility field unless excluded via a fields projection parameter. Payload Examples

## See Also

- [Upload Asset](apple-ads-platform-api/upload-asset.md)
- [Query Assets](apple-ads-platform-api/query-assets.md)
- [Delete Asset](apple-ads-platform-api/delete-asset-by-id.md)
