action meraki_get_network_content_filtering { label: "Return the content filtering settings for an MX network" description: "Return the content filtering settings for an MX network" provider: meraki method: GET path: "/networks/{networkId}/contentFiltering" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }