---
title: "Creative library"
method: GET
path: "/v1/ads/creatives"
tags: ["Ad Creatives"]
---

# Creative library

`GET /v1/ads/creatives`

Lists the ad account's creative library (Meta's `/act_X/adcreatives`), rows returned
verbatim. The default projection covers id, name, status, object type, thumbnail,
object_story_spec / asset_feed_spec and url_tags; `fields` is a raw-passthrough
override. Any creative id here is reusable on the create endpoints via
`existingCreativeId`.

## Query parameters

- `accountId` string, required
- `adAccountId` string, required
- `fields` string
- `limit` integer
- `after` string

## Response `200`

Creatives (raw Meta shape)

- object
  - `adAccountId` string
  - `data` object[]
  - `paging` object
    - `after` string, nullable — Cursor for the next page; null when exhausted.

## Other responses

- `400` — Invalid input, or Meta rejected the query
- `401` — Unauthorized
- `501` — Only supported on Meta (facebook/instagram)

---

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