Skip to main content
GET
List AI responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
default:0
Required range: x >= 0
limit
number
default:20
Required range: 1 <= x <= 100
startDate
string

Inclusive start of the period, YYYY-MM-DD (UTC). Omit for no lower bound.

Example:

"2026-07-01"

endDate
string

Inclusive end of the period, YYYY-MM-DD (UTC). Omit for no upper bound.

Example:

"2026-07-28"

platform
enum<string>[]

Only these platforms. Repeat the parameter or pass a comma-separated list. Omit for all of them.

Available options:
chatgpt,
perplexity,
google_ai_overview,
google_ai_mode
promptId
string

Only responses to this tracked prompt.

mentioned
boolean

Filter on ownBrandMentioned. true: only responses that named your own brand | false: only those that did not. Omit for both.

Response

200 - application/json
data
object