Skip to main content
GET
Get per-URL metrics rollup

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

url
string
required

Full URL (https://acme.com/pricing) or bare path (/pricing).

days
integer
default:90

Lookback window in days (default 90, max 365).

Required range: 1 <= x <= 365

Response

Per-URL rollup.

Per-URL rollup: citations + AI referrals + crawler hits as daily buckets.

project
object
required
url
object
required
citations
object
required

AI-answer activity for the URL. inlineCitations counts answer-text links to it; sourceUses counts times a model consulted it as a source. Daily points carry sourceUses. Degrades to available:false with reason citation_lookup_failed on a lookup error.

aiReferrals
object
required
crawlerVisits
object
required
dateRange
object
required

The resolved lookback window for this response.