Skip to main content
GET
Get cited-source trend

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

Query Parameters

group
enum<string>
default:top-domains

Which source-trend series to return: the brand's own cited sources, competitor cited sources, or the top cited domains overall.

Available options:
brand,
competitors,
top-domains
days
integer

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
unbranded
enum<string>

Pass true to restrict every metric to non-branded prompts only.

Available options:
true
country
string

Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.

locationId
string

Comma-separated tracked-location ids.

Response

Source citation trend.

Shape depends on group — see each member schema.

citations
object[]
required
brandDomain
string
required
success
boolean
required

Always true — injected on every success response by this endpoint family's response wrapper.