Get Asset
Retrieve a single asset by its UUID.
URL
GET https://api.ads.apple.com/v1/assets/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | uuid |
Header Parameters
| Name | Type | Description |
|---|---|---|
X-Ap-Context Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AssetResponse | |
| 400 | Bad Request Content-Type: application/json | Error | |
| 401 | Unauthorized Content-Type: application/json | Error | |
| 403 | Forbidden Content-Type: application/json | Error | |
| 404 | Not Found Content-Type: application/json | AssetResponse | |
| 429 | Too Many Requests Content-Type: application/json | Error | |
| 500 | Internal Server Error Content-Type: application/json | Error |
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.