action mist_get_msp_org_stats { label: "getMspOrgStats" description: "Get MSP Orgs Stats" provider: mist method: GET path: "/api/v1/msps/{msp_id}/stats/orgs" encoding: json output: { type: "object" additionalProperties: true } }