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). Send as Authorization: Bearer fm_... or paste the full token (including the fm_ 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/v1/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}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}{ "error": { "code": "string", "message": "string", "request_id": "string", "doc_url": "string", "details": {} }}