fastmon Docs
Synthetic

Get Lab Vs Field

Fehler melden

Compare a CS lab run against RUM field p75, per device. The comparison axis is the lab-measurable CWV (LCP/FCP/CLS/TTFB); INP is field-only (shown beside the lab TBT proxy). Also returns the CS lab CommerceScore and our field Experience Score side by side. Latest run unless analysis_uuid given; field reflects window_days.

AuthentifizierungBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Pfad-Parameter

page_id*Page Id
Formatuuid
site_id*Site Id
Formatuuid

Query-Parameter

window_days?Window Days
Range1 <= value <= 90
Default7
analysis_uuid?|

Target a specific run; default latest

Response-Body

application/json

application/json

application/json

application/json

application/json

GET
/sites/{site_id}/synthetic/pages/{page_id}/lab-vs-field
curl -X GET "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/lab-vs-field"
{  "page_id": "ef107761-0142-48fe-9dcd-5140d1ae58db",  "url": "string",  "window_days": 0,  "devices": [    {      "device": "string",      "lab_score": 0,      "experience_score": 0,      "experience_grade": "string",      "field_samples": 0,      "field_sufficient": true,      "metrics": [        {          "metric": "string",          "lab_value": 0,          "field_p75": 0,          "verdict": "string"        }      ],      "field_inp_p75": 0,      "lab_tbt": 0    }  ]}