action mist_get_msp_org { label: "getMspOrg" description: "Get MSP Org Details" provider: mist method: GET path: "/api/v1/msps/{msp_id}/orgs/{org_id}" encoding: json output: { type: "object" additionalProperties: true } }