<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-All-Creatives",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:get:v5-creatives"
  },
  "title" : "Get All Creatives"
}
-->

# Get All Creatives

Fetches all creatives within an organization.

## Discussion

Use this endpoint to fetch details of all assigned [`Creative`](/documentation/apple_ads/Creative) objects for your organization.

### Payload example: Get all creatives

**Request:**

```
GET https://api.searchads.apple.com/api/v5/creatives
```

**Response:**

```json
{
  "id": 94790778,
  "orgId": 42173330,
  "adamId": 918469737,
  "name": "Trip Trek CPP variation 1",
  "type": "CUSTOM_PRODUCT_PAGE",
  "state": "VALID",
  "stateReasons": [],
  "creationTime": "2024-11-08T21:53:35.036",
  "modificationTime": "2024-09-04T21:53:35.036",
  "productPageId": "00d99d1e-ee93-48fc-973e-7ffc0ddfced6"
}
```

---

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)