# Get all user running averages Retrieves running average performance metrics for a specific user across all feed operations for a given owner type. RBAC: - requires ANY of Jobs.Read, Jobs.Manage Endpoint: GET /api/v1/admin/feed/metrics/running-averages-all Version: 1.0 Security: ## Query parameters: - `ownerType` (string, required) Owner type to filter metrics Enum: "USER", "EVENT", "CATEGORY" - `userId` (string, required) User ID to analyze Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `window` (string, required) Sliding window size for averaging Enum: "TEN_MINUTES", "ONE_HOUR", "TWENTY_FOUR_HOURS" ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation