Get Disease Curations
get_disease_curationsFetch all genes asserted for a disease, each with consensus classification and conflict flag. Query by MONDO/OMIM ID or disease title to get harmonized gene-disease validity data.
Instructions
Return all genes asserted for one disease (by MONDO/OMIM id or title), each with a consensus classification across submitters and a conflict flag. Widen response_mode for the per-submitter breakdown. Page via the release-bound truncated.next_cursor (surfaced as _meta.next_commands[0]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page (1-200; above 200 is clamped). | |
| cursor | No | Opaque, release-bound page token from a prior truncated.next_cursor. | |
| offset | No | Zero-based row offset for paging. | |
| disease | Yes | Disease identifier: a MONDO CURIE (MONDO:0009061), an OMIM CURIE (OMIM:163950), or an exact harmonized disease title. | |
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |