Skip to main content
GET
List AI-ad creatives

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

Query Parameters

days
integer

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
platform
string

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

advertiserKey
string

Scope to one advertiser (the advertiserKey from /ads/advertisers).

promptId
string

Scope creatives to one tracked prompt.

Substring search over advertiser name + creative title.

limit
integer

Page size. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1

Response

Ad creatives.

creatives
object[]
required
pagination
object
required

limit + returnedCount. A capped top-N by appearance count — no offset paging.

dateRange
object
required

The resolved lookback window for this response.