Skip to main content
GET
List responses

Authorizations

Authorization
string
header
required

Your API key. Create one in Settings, API keys. Send it as Authorization: Bearer rk_live_YOUR_KEY.

Path Parameters

project
string
required

The project id. 24 characters. From List projects.

Pattern: ^[0-9a-f]{24}$

Query Parameters

from
string<date>

First day, YYYY-MM-DD, in the project's timezone. Default: the window your dashboard shows, 7 or 30 days back.

to
string<date>

Last day, YYYY-MM-DD, included. Default: today.

model
string

One model name, or several separated by commas: chatgpt, gemini, perplexity, copilot, aimode, aioverview. Default: every model the project tracks. Names the plan does not include are ignored.

Maximum string length: 120
prompt_id
integer

Only rows for this prompt.

Required range: x >= 1
brand_mentioned
boolean

true for answers that mention your brand, false for the ones that missed it.

include
enum<string>

content adds the answer as Markdown. Costs 2 credits instead of 1.

Available options:
content
limit
integer
default:50

Rows per page, 1 to 100. Default 50.

Required range: 1 <= x <= 100
cursor
string

next_cursor from the previous page. Keep the other filters the same.

Maximum string length: 200

Response

One page of answers.

data
object[]
meta
object

Facts about the request and how to get the next page.

credits
object

What this call cost and what is left. Also in the X-RadarKit-Credits-Charged and X-RadarKit-Credits-Remaining headers.

request_id
string

A unique id for this call. Also in the X-Request-Id header. Quote it when you contact support.

Example:

"req_01j9x4m2p7q8r9s0t1u2v3w4x5"