Get Curations for Many Genes
get_genes_curationsBatch retrieve gene-disease validity assertions for up to 20 genes in a single request, returning consensus diseases and handling unresolved inputs gracefully.
Instructions
Batch form of get_gene_curations: pass a list of gene symbols or HGNC ids (max 20) and get each gene's disease assertions in one call. Unresolvable inputs come back in unresolved and the call still succeeds. Each result block mirrors get_gene_curations (gene summary + consensus diseases). Use limit_per_gene to cap diseases per gene and response_mode to widen detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genes | Yes | Gene symbols or HGNC ids (max 20). | |
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |
| limit_per_gene | No | Max diseases returned per gene (1-200). |