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