These docs are a work in progress: some pages may still be incomplete or contain inaccuracies.
fastmon Docs
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
Formatuuid
analysis_uuid*Analysis Uuid
Formatuuid
site_id*Site Id
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v1/sites/{site_id}/synthetic/pages/{page_id}/analyses/{analysis_uuid}/status
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": {}  }}