fastmon Docs
Synthetic

List Synthetic Runs

Fehler melden

Lightweight run list backing the run-selector: per-run id + timestamp + per-device score only — no scores[]/ttfb/curation, so the selector payload stays small. Fetched live from CS (the system of record); pick a run, then use its analysis_uuid on the detail endpoints.

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

limit?Limit
Range1 <= value <= 100
Default20
from?|

ISO 8601 lower bound

to?|

ISO 8601 upper bound

Response-Body

application/json

application/json

application/json

application/json

application/json

GET
/sites/{site_id}/synthetic/pages/{page_id}/runs
curl -X GET "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs"
{  "total": 0,  "runs": [    {      "analysis_uuid": "string",      "created_at": "string",      "desktop_score": 0,      "mobile_score": 0    }  ]}