action meraki_get_network_air_marshal { label: "List Air Marshal scan results from a network" description: "List Air Marshal scan results from a network" provider: meraki method: GET path: "/networks/{networkId}/airMarshal" encoding: json input: { type: "object" properties: { networkId: { type: "string" } t0: { type: "string" } timespan: { type: "number" format: "float" } } required: ["networkId"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }