# Get all user running averages

Retrieves running average performance metrics for a specific user across all feed operations.

RBAC:
- requires ANY of Jobs.Read, Jobs.Manage

Endpoint: GET /api/v1/admin/feed/metrics/running-averages-all
Version: 1.0
Security: header

## Query parameters:

  - `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


