action mist_get_org_logs { label: "getOrgLogs" description: "Get a list of change logs for the current Org" provider: mist method: GET path: "/api/v1/orgs/{org_id}/logs" encoding: json input: { type: "object" properties: { admin_name: { type: "string" } message: { type: "string" } site_id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }