These docs are a work in progress: some pages may still be incomplete or contain inaccuracies.
fastmon Docs
Analytics

Query Error Detail

Drill-down for a single error signature, keyed by fingerprint.

Returns summary stats, a time series, top-N breakdowns across the requested dimensions, and recent sample beacons, all in one request.

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

org_id*Org Id
Formatuuid

Request Body

application/json

Request for drill-down on a single error signature.

Identified by fingerprint (server-computed canonical key), not the legacy 4-tuple. Backfillable: if the fingerprint rule changes, an UPDATE rewrites every row deterministically; old request URLs become invalid by design rather than silently matching the wrong bucket.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

POST
/v1/organizations/{org_id}/analytics/error-types/detail
curl -X POST "https://example.com/v1/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/analytics/error-types/detail" \  -H "Content-Type: application/json" \  -d '{    "time_range": {      "from": "2019-08-24T14:15:22Z",      "to": "2019-08-24T14:15:22Z"    },    "fingerprint": "string"  }'
{  "summary": {    "count": 0,    "visitors_affected": 0,    "first_seen": "2019-08-24T14:15:22Z",    "last_seen": "2019-08-24T14:15:22Z",    "percentage_of_total": 0  },  "identity": "string",  "timeseries": [    {      "t": "2019-08-24T14:15:22Z",      "count": 0    }  ],  "breakdowns": {    "property1": {      "top": [        {          "key": "string",          "count": 0,          "visitors": 0        }      ],      "distinct_total": 0    },    "property2": {      "top": [        {          "key": "string",          "count": 0,          "visitors": 0        }      ],      "distinct_total": 0    }  },  "samples": [    {      "started_at": "2019-08-24T14:15:22Z",      "url": "string",      "session_id": "string",      "browser": "string",      "device": "string",      "os": "string",      "country": "string"    }  ],  "execution_time_ms": 0}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}
{  "error": {    "code": "string",    "message": "string",    "request_id": "string",    "doc_url": "string",    "details": {}  }}