action monarchinitiative_get_entity_set_phenotype_slimmer { label: "For a given gene(s), summarize its annotations over a defined set of slim" provider: monarchinitiative method: GET path: "/bioentityset/slimmer/phenotype" encoding: json input: { type: "object" properties: { exclude_automatic_assertions: { type: "boolean" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } start: { type: "integer" } subject: { type: "array" items: { type: "string" } } } required: ["slim", "subject"] additionalProperties: false } output: { type: "object" additionalProperties: true } }