action redirection_get_rule_statistic_collection { label: "Retrieves the collection of RuleStatistic resources." provider: redirection method: GET path: "/rule-statistics" encoding: json input: { type: "object" properties: { projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }