Skip to main content
GET
List a brand's prompts

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Brand id.

Query Parameters

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.

from
string<date>

Inclusive start date. Defaults to 30 days before to.

to
string<date>

Exclusive end date. Defaults to tomorrow.

status
string
default:active
include
enum<string>

Set to metrics to attach per-prompt metrics for the window. Costs one extra query regardless of prompt count.

Available options:
metrics

Response

Success

data
object[]
required
has_more
boolean
next_cursor
string | null

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