Back to catalog
Cortexa research tool·genomics·gwas
Gwas Get Associations For Snp
Get all associations for a specific SNP with optional sorting.
Livelast probed 2026-04-30 23:07Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"direction": {
"description": "Sort direction ('asc' or 'desc')",
"type": "string"
},
"page": {
"description": "Page number for pagination",
"type": "integer"
},
"rs_id": {
"description": "dbSNP rs identifier",
"type": "string"
},
"size": {
"description": "Number of results to return per page",
"type": "integer"
},
"sort": {
"description": "Sort field (e.g., 'p_value', 'or_value')",
"type": "string"
}
},
"required": [
"rs_id"
],
"type": "object"
}Examples (1)
Default Gwas Get Associations For Snp call
public-safeinput
{
"page": 1,
"rs_id": "",
"size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_gwas_get_associations_for_snp
- Tool name
- gwas_get_associations_for_snp
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse