<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-a-Creative",
  "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 a Creative"
}
-->

# Get a Creative

Fetches a creative by identifier.

## Discussion

Use this endpoint to fetch details of a [`Creative`](/documentation/apple_ads/Creative) using your `creativeId` in the resource path.

### Payload example: Get a creative

**Request:**

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

**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)