---
title: "GET /v1/creatives/{id}"
method: GET
path: "/v1/creatives/{id}"
tags: ["Analytics"]
---

# GET /v1/creatives/{id}

`GET /v1/creatives/{id}`

Returns details for a single creative.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- object — Successful Response
  - `data` object
    - `id` string — Identifies a single creative.
    - `external_source` 'gcm' | 'sizmek' | 'facebook' | 'adwords' | 'dsp' | 'upload' | 'linked_in' | 'ms_ads'
    - `external_ref` string
    - `media_type` unknown
    - `name` string
    - `ad_classification` unknown
    - `pixel_size` unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Creative not found

---

[API](https://skmtc.net/basis/apis/basis-platform-api.md) · [All operations](https://skmtc.net/basis/apis/basis-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basis/basis-platform-api/revisions/6e0eb87d51e6/schema)
