Find GenCC Curations
find_curationsFilter aggregated gene-disease assertions by classification, submitter, mode of inheritance, gene, disease, or conflict status. Supports paging and returns matched submissions with detailed or compact identifiers.
Instructions
Filter aggregated gene-disease assertions by classification(s), submitter(s), mode of inheritance, gene (gene_symbol or hgnc_id), disease, or conflict status, with limit/offset paging. Example: classification=['Definitive'], moi='Autosomal dominant', submitter=['ClinGen']. At least one filter is required. classification/submitter/moi match at the submission level (any submitter), not the consensus -- each row's matched field names the triggering submission. Filter values are validated (case-insensitive); out-of-vocabulary values return invalid_input with the accepted set (see get_server_capabilities / list_submitters). Pass ids_only=true to return only {gene_curie, disease_curie} pairs for cheap paging, then fetch detail for the pairs you want. Large sweeps: follow truncated.next_cursor (an opaque, release-bound page token) via _meta.next_commands to page the full set; a cursor minted under a prior data release is rejected so a weekly refresh can't silently skip or duplicate rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moi | No | ||
| limit | No | ||
| cursor | No | ||
| offset | No | ||
| disease | No | ||
| hgnc_id | No | ||
| ids_only | No | ||
| submitter | No | ||
| gene_symbol | No | ||
| has_conflict | No | ||
| response_mode | No | Verbosity: minimal | compact | standard | full. | compact |
| classification | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | No | Per-call envelope metadata. | |
| count | No | ||
| total | No | ||
| filters | No | ||
| message | No | ||
| results | No | ||
| success | Yes | ||
| headline | No | ||
| retryable | No | ||
| truncated | No | ||
| error_code | No | ||
| field_errors | No | ||
| recovery_action | No |