Get Disease Curations
get_disease_curationsRetrieve all gene-disease assertions for a specified disease, with consensus classification and conflict detection. Supports pagination and multiple verbosity levels.
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 | ||
| cursor | No | ||
| offset | No | ||
| disease | No | ||
| response_mode | No | Verbosity: minimal | compact | standard | full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | Per-call envelope metadata. | |
| count | No | ||
| genes | No | ||
| total | No | ||
| disease | No | ||
| message | No | ||
| success | Yes | ||
| headline | No | ||
| retryable | No | ||
| truncated | No | ||
| error_code | No | ||
| field_errors | No | ||
| recovery_action | No |