GET /api/v2/buyer/campaigns/{campaignId}/creativeManifest
Returns the campaign’s creative manifests projected to a compact summary shape, with pagination. Summaries carry asset_count instead of an embedded assets[] array — use Get creative manifest for the full resource.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
campaignId | string | Yes | Path param — owning campaign |
search | string | No | Filter by name (max 200 chars) |
take | integer | No | Results to return (max 250). Default 50 |
skip | integer | No | Results to skip for pagination. Default 0 |
Response
total is the count of all manifests matching the query, not just this page. sync_status on summaries is compact — fetch the full manifest for last_synced_at.
Errors
400 VALIDATION_ERROR—takeover 250 or a negativeskip.404 NOT_FOUND—campaignIddoes not exist or is not visible to the authenticated customer.
Related
Creative overview
Manifest fields and lifecycle
Get creative manifest
Full manifest with assets
Create creative manifest
Add a manifest to the campaign