action turbinelabs_get_shared_rules { label: "get shared_rules" description: "Get a list of shared_rules" provider: turbinelabs method: GET path: "/shared_rules" encoding: json input: { type: "object" properties: { filters: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }