# Diagnose user feed cache RBAC: requires Jobs.Manage Endpoint: GET /api/v1/admin/feed/diagnose Version: 1.0 Security: ## Query parameters: - `limit` (integer,null) compare N posts from home feed to DB feed - `ownerType` (string, required) Specific owner type to diagnose (default: all types) Enum: "USER", "EVENT", "CATEGORY" - `skipExactMatch` (boolean,null) Skip exact match - `skipFull` (boolean,null) Don't show full feed - `skipOrderMismatch` (boolean,null) Skip order match - `userId` (string,null) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `username` (string,null) Example: "jane_doe" ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation