List all cited URLs
All cited URLs across a project, with domain, title, content type, and citation counts. Paginated by offset (or the legacy cursor). limit defaults to 20, max 1000 (over-cap values clamp). days defaults to 30.
Authorizations
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
The project id.
Query Parameters
Filter cited URLs to a specific content type.
Lookback window in days. Default and maximum vary by endpoint — see the operation description.
x >= 1Page size. Defaults and caps vary by endpoint (see each operation's description); big list endpoints (cited domains/URLs, prompts, opportunities) cap at 1000, issues at 5000. Values above an endpoint's cap are clamped server-side, never rejected.
x >= 1Opaque pagination cursor from a previous response's nextCursor. Omit for the first page.
Comma-separated source-type filter: brand,competitor,editorial,social,forum,review,institutional,third_party,other.
Pass true to restrict every metric to non-branded prompts only.
true Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.
Comma-separated tracked-location ids.
Response format. csv returns the operation's main row set as a downloadable UTF-8 CSV (RFC 4180, BOM-prefixed, spreadsheet-formula-hardened) instead of the JSON envelope. Pagination params apply unchanged — export beyond one page by walking offsets.
json, csv