# List tracked ActivityPub operations Retrieves a list of all ActivityPub operations that have been tracked on this server. An operation combines the Activity type with the inner object type (if present). Examples: 'create-note' (Create activity with Note object), 'follow' (Follow activity), 'accept-follow' (Accept activity with Follow object), 'announce' (boost/reblog), 'undo-announce'. RBAC: - requires ANY of Federation.Read, Federation.Manage Endpoint: GET /api/v1/admin/federation/metrics/operations Version: 1.0 Security: ## Query parameters: - `window` (string,null) Time window to check for operations (defaults to 24h) Enum: "TEN_MINUTES", "ONE_HOUR", "TWENTY_FOUR_HOURS"