Skip to main content
GET
List cited source domains

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

days
integer

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

Required range: x >= 1
sort
string

Sort key, optionally prefixed - for descending (e.g. -citations). Accepts citations, usage, avgCitations.

platform
string

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

topicId
string<uuid>

Restrict to a single topic id.

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.

limit
integer

Page size. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
offset
integer
default:0

Row offset for pagination.

Required range: x >= 0
sourceType
string

Comma-separated source-type filter: brand,competitor,editorial,social,forum,review,institutional,third_party,other.

Response

Cited source domains.

sources
object[]
required
totalSources
integer
required
hasMore
boolean
required
success
boolean
required

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

totalCitations
integer

Compatibility alias for totalSources, used by some clients.

nextCursor
string