Answers one ad creative was observed in
Replays the answers this creative appeared in, one at a time: the prompt, the response verbatim, the model and surface, when it was observed, the searches the model ran, the sources it retrieved, the brands it named, and EVERY ad card in that answer rather than only this one, so the creative can be read against the competitors it ran beside. Deliberately unfiltered by date, model or topic: the question is "show me this ad running", and a creative seen four times has four observations whatever window the caller was looking at. Ordered newest first, and `limit` defaults to 1 because answers are long. Note `position` on a card is its order within the ad surface, NOT an offset into the response: nothing records where the sponsored block sat in the prose, so a faithful inline replay is impossible.
In: header
Path Parameters
Domain under analysis
Creative fingerprint from the creatives endpoint: 40 lower-case hex characters
Query Parameters
How many observations to skip, for stepping through them one at a time
0 <= value0How many observations to return. Defaults to 1: the replay shows one answer at a time, and answers are long enough that fetching a page to render one would move a lot of prose per click.
1 <= value <= 201Response Body
application/json
curl -X GET "https://example.com/api/domains/3fa85f64-5717-4562-b3fc-2c963f66afa6/ads/creatives/9f2c1b7a4e6d3805c1aa27b4d9e0f3a6c85b1d47/observations"{ "observations": [ { "resultId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "prompt": "what are the best running shoes for marathon training", "response": "For marathon training you generally want a rotation…", "usedModel": "openai-gpt5", "resolvedModel": "chatgpt", "observedAt": "2026-08-03T14:20:00.000Z", "fanOutQueries": [ "best carbon plate racing shoes 2026" ], "ads": [ { "adKey": "9f2c1b7a4e6d3805c1aa27b4d9e0f3a6c85b1d47", "cardType": "product_ad", "position": 0, "advertiserName": "Adidas", "advertiserUrl": "https://adidas.com", "advertiserFaviconUrl": "https://adidas.com/favicon.ico", "title": "Adizero Adios Pro 4", "body": "Built for race day.", "ctaProductCopy": "Shop now", "imageUrl": "https://adidas.com/a.jpg", "targetUrl": "https://adidas.com/t/adizero" } ], "citations": [ { "url": "https://runnersworld.com/shoes", "title": "Best marathon shoes", "website": "runnersworld.com", "brandMentioned": false } ], "brandsMentioned": [ { "name": "Asics", "type": "competitor" } ] } ], "total": 18}