fastmon Docs
Synthetic

Get Synthetic Summary

Report an issue

Site-wide overview: a per-page sparkline (recent per-run scores + run count) plus the aggregate latest score across pages and total run count.

Built live from the 1h-cached per-page series — no stored aggregate, so CS stays the single source of truth. Concurrency-capped like the list summary.

Authorization

bearerAuth
AuthorizationBearer <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

Path Parameters

site_id*Site Id
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/sites/{site_id}/synthetic/summary
curl -X GET "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/summary"
{  "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",  "page_count": 0,  "total_runs": 0,  "aggregate_desktop_score": 0,  "aggregate_mobile_score": 0,  "pages": [    {      "page_id": "ef107761-0142-48fe-9dcd-5140d1ae58db",      "url": "string",      "run_count": 0,      "latest_desktop_score": 0,      "latest_mobile_score": 0,      "series": [        {          "ts": "string",          "desktop_score": 0,          "mobile_score": 0        }      ]    }  ],  "partial": false,  "quota": {    "manual_used": 0,    "manual_limit": 0,    "auto_used": 0,    "auto_limit": 0  }}