List Gene Keys
Get available gene keys for synthesis targeting. Use these in synthesizeReport. Supports optional q search to filter.
GET
/v2/diligence/gene-keysList Gene Keys
Get available gene keys for synthesis targeting. Supports optional search and pagination.
cURL
curl -G https://api.omtx.ai/v2/diligence/gene-keys
[object Object]
--data-urlencode "min_true=1"
--data-urlencode "limit=100"
--data-urlencode "offset=0"Response
{
"items": [
{ "gene_key": "brd4", "true_count": 42 },
{ "gene_key": "tp53", "true_count": 35 }
],
"count": 2
}