action mist_get_msp_logs { label: "getMspLogs" description: "Get a list of change logs for the current MSP" provider: mist method: GET path: "/api/v1/msps/{msp_id}/logs" encoding: json input: { type: "object" properties: { admin_name: { type: "string" } message: { type: "string" } org_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }