fastmon Docs
Analytics

Query Resource Breakdown

Report an issue

Get resource breakdown by type (script, css, img, font, other).

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

org_id*Org Id
Formatuuid

Request Body

application/json

Request for resource breakdown by type.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

POST
/organizations/{org_id}/analytics/resource-breakdown
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/analytics/resource-breakdown" \  -H "Content-Type: application/json" \  -d '{    "time_range": {      "from": "2019-08-24T14:15:22Z",      "to": "2019-08-24T14:15:22Z"    }  }'
{  "data": [    {      "resource_type": "string",      "total_size": 0,      "total_count": 0,      "avg_duration": 0,      "percentage": 0    }  ],  "total_size": 0,  "execution_time_ms": 0}