Synthetic
Get Synthetic Analysis Status
Progress of an in-flight analysis (for run UX). Not cached — status changes while the run is in progress.
When the run reports done, we drop the page's 1h overview caches (sparkline + latest summary) so the just-finished run shows up immediately — our only invalidation signal, since CS has no completion webhook.
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
page_id*Page Id
Format
uuidanalysis_uuid*Analysis Uuid
Format
uuidsite_id*Site Id
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/analyses/497f6eca-6276-4993-bfeb-53cbbbba6f08/status"{ "analysis_uuid": "string", "status": 0, "percent": 0, "done": true}