<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AssetQueryResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AssetQueryResponse"
  },
  "title" : "AssetQueryResponse"
}
-->

# AssetQueryResponse

Paginated response object for asset queries.

```
object AssetQueryResponse
```

## Discussion

The `AssetQueryResponse` object is the top-level envelope returned by [`Query Assets`](/documentation/Apple-Ads-Platform-API/Query-Assets). The `pagination` object describes the current page position.

### Example

```json
{
  "result": [
    {
      "id": "770e8400-e29b-41d4-a716-446655440002",
      "name": "awayfinder_hero.png",
      "assetType": "IMAGE",
      "providerAssetId": "abc123-provider-id",
      "promotedObjectId": "123456789",
      "promotedObjectType": "APPSTORE_APP",
      "providerAssetMetadata": {
        "appPreviewDevice": "iphone_6_7",
        "assetGenId": "123456789;en-US;iphone_6_7;1;abc123def"
      },
      "assetDetails": {
        "width": 1920,
        "height": 1080,
        "format": "PNG",
        "sizeBytes": 2097152,
        "orientation": "LANDSCAPE"
      },
      "parentAssetId": null,
      "variantIds": [],
      "creationTime": "2025-01-10T08:00:00.000",
      "modificationTime": "2025-01-10T08:00:00.000",
      "eligibility": {
        "status": "ELIGIBLE",
        "blockedGroups": [],
        "allowedGroups": []
      }
    }
  ],
  "pagination": {
    "totalCount": 1,
    "offset": 0,
    "pageSize": 20
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)