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