action mist_get_org_pma_dashboards { label: "getOrgPmaDashboards" description: "This all the premium analytics dashboards for this Org" provider: mist method: GET path: "/api/v1/orgs/{org_id}/pma/dashboards" encoding: json output: { type: "array" items: { type: "object" properties: { name: { type: "string" } url: { type: "string" } } } } }