---
title: CreativeQueryResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/creativequeryresponse
---

# CreativeQueryResponse

The response object for a Creative query, containing matched results and pagination metadata.

## Declaration

```data
object CreativeQueryResponse
```

## Properties

result: The matching Creative records. See Creative. Read-only. pagination: Pagination metadata for the response, including offset, pageSize, and totalCount. See QueryPaginationResult. Read-only. error: Error information if the request encountered an error. See Error. Read-only.

## Discussion

Discussion The CreativeQueryResponse object is returned by the ad creatives query endpoint and contains the filtered, sorted, and paginated set of Creative objects matching the request. To scope results by adAccountId, creativeType, systemStatus, or other filterable fields, use the QueryRequest body with filters. Example {   "result": [     {       "id": 666777888,       "adAccountId": 123456789,       "name": "AwayFinder - Summer Campaign Creative",       "creativeType": "CUSTOM_PRODUCT_PAGE",       "systemStatus": "VALID",       "deleted": false,       "creationTime": "2025-06-01T10:00:00.000",       "modificationTime": "2025-06-01T10:00:00.000"     }   ],   "pagination": {     "offset": 0,     "pageSize": 20,     "totalCount": 1   } }

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeUpdate](apple-ads-platform-api/creativeupdate.md)
- [CreativeResponse](apple-ads-platform-api/creativeresponse.md)
- [CreativeEligibility](apple-ads-platform-api/creativeeligibility.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [AssetImage](apple-ads-platform-api/assetimage.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [DestinationParameter](apple-ads-platform-api/destinationparameter.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
