action meraki_get_network_sm_profiles { label: "List all the profiles in the network" description: "List all the profiles in the network" provider: meraki method: GET path: "/networks/{networkId}/sm/profiles" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }