Get action summary counts (admin)GET/api/timeline/summaryAuthorizationAuthorizationBearer token (JWT) · headerrequiredResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.AuthorizationBearer token (JWT)Remember on this deviceInclude my values in samplesSendRequestcURLJavaScriptCopyCopiedcurl -X GET "http://localhost:8000/api/timeline/summary" \ -H "Authorization: Bearer YOUR_TOKEN"const response = await fetch("http://localhost:8000/api/timeline/summary", { method: "GET", headers: { "Authorization": "Bearer YOUR_TOKEN" } });Response200No example response.