action monarchinitiative_get_anatomy_gene_by_taxon_associations { label: "Returns gene IDs for all genes associated with a given anatomy, filtered by taxon" description: "For example, + NCBITaxon:10090 (mouse)" provider: monarchinitiative method: GET path: "/bioentity/anatomy/{id}/genes/{taxid}" encoding: json input: { type: "object" properties: { direct: { type: "boolean" } direct_taxon: { type: "boolean" } evidence: { type: "string" } exclude_automatic_assertions: { type: "boolean" } facet: { type: "boolean" } facet_fields: { type: "array" items: { type: "string" } } fetch_objects: { type: "boolean" } q: { type: "string" } relation: { type: "string" } rows: { type: "integer" } slim: { type: "array" items: { type: "string" } } sort: { type: "string" } start: { type: "integer" } taxon: { type: "array" items: { type: "string" } } unselect_evidence: { type: "boolean" } use_compact_associations: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }