fastmon Docs
Synthetic

List Synthetic Results

Fehler melden

Fetch synthetic-monitoring result history for a page, shaped to our asset-free schema.

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

result_type?Result Type
Match^(cs|ttfb|all)$
Default"cs"
limit?Limit
Range1 <= value <= 100
Default10

Response-Body

application/json

application/json

application/json

application/json

application/json

GET
/sites/{site_id}/synthetic/pages/{page_id}/results
curl -X GET "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08/results"
{  "total": 0,  "results": [    {      "analysis_uuid": "string",      "created_at": "string",      "data": {        "property1": {          "average": 0,          "error": true,          "vitals": true,          "pages": {            "property1": {              "page_url": "string",              "error": 0,              "score": 0,              "scores": [                {                  "name": "string",                  "value": "string",                  "score": 0                }              ]            },            "property2": {              "page_url": "string",              "error": 0,              "score": 0,              "scores": [                {                  "name": "string",                  "value": "string",                  "score": 0                }              ]            }          }        },        "property2": {          "average": 0,          "error": true,          "vitals": true,          "pages": {            "property1": {              "page_url": "string",              "error": 0,              "score": 0,              "scores": [                {                  "name": "string",                  "value": "string",                  "score": 0                }              ]            },            "property2": {              "page_url": "string",              "error": 0,              "score": 0,              "scores": [                {                  "name": "string",                  "value": "string",                  "score": 0                }              ]            }          }        }      },      "data_ttfb": {        "property1": {          "range_dns": 0,          "range_connection": 0,          "range_ssl": 0,          "range_server": 0,          "range_transfer": 0,          "total": 0        },        "property2": {          "range_dns": 0,          "range_connection": 0,          "range_ssl": 0,          "range_server": 0,          "range_transfer": 0,          "total": 0        }      }    }  ]}