action lumminary_get_client_snp_group { label: "get_client_snp_group" provider: lumminary method: GET path: "/clients/{clientId}/datasets/{datasetId}/snps/" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }