Skip to main content
GET
Latest Lighthouse report (category scores, Core Web Vitals, failing

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

projectId
string
required

Query Parameters

companyId
string
required

Company ID

days
enum<integer>

History window in days: 7, 30, 90, 365. Defaults to 90.

Available options:
7,
30,
90,
365

Response

Latest scan, history and recent scans

Latest successful scan, per-scan scores over the window, and recent scans

latest
object

Newest successful scan, or null

history
object[]

Oldest -> newest [{checkedAt, performanceScore, accessibilityScore, bestPracticesScore, seoScore, agenticBrowsingScore, error}]

scans
object[]

Newest first [{id, checkedAt, device, ...scores, error}]; fetch one with seo_projectLighthouseSnapshotRoute

days
integer