Skip to main content
GET
Brands mentioned in a prompt's answers

Authorizations

Authorization
string
header
required

Your API key, e.g. Authorization: Bearer gp_live_....

Path Parameters

id
string<uuid>
required

Prompt id.

Query Parameters

engine
enum<string>

Restrict to one engine. Omit for the all-engine rollup. Stable public engine identifier. Internal model names are never exposed.

Available options:
chatgpt,
claude,
perplexity,
gemini,
google_ai_overviews,
google_ai_mode,
copilot
from
string<date>

Inclusive start date. Defaults to 30 days before to.

to
string<date>

Exclusive end date. Defaults to tomorrow.

limit
integer
default:100

Rows per page. Max 999; the answers endpoint caps at 100.

Required range: x <= 999
cursor
string

Opaque cursor from the previous page's next_cursor. Do not parse it.

Response

Success

data
object[]
required
has_more
boolean
next_cursor
string | null

Pass back as cursor. Null when there are no more rows.