Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Get Target Activities
Get all activity data for a target by ChEMBL target ID. Returns bioactivity measurements (IC50, Ki, etc.) for molecules tested against this target. Note: activity values may be in different units (nM or uM) depending on the assay — check the 'standard_units' field in each result. To find a target ID, use ChEMBL_search_targets with a target name or gene symbol.
Livelast probed 2026-04-30 23:07Z· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"oneOf": [
{
"required": [
"target_chembl_id__exact"
]
},
{
"required": [
"target_chembl_id"
]
}
],
"properties": {
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
},
"target_chembl_id": {
"description": "Alias for target_chembl_id__exact. ChEMBL target ID (e.g., CHEMBL213).",
"type": "string"
},
"target_chembl_id__exact": {
"description": "ChEMBL target ID (e.g., 'CHEMBL2074'). To find a target ID, use ChEMBL_search_targets with a target name or gene symbol.",
"type": "string"
}
},
"type": "object"
}Examples (1)
Default ChEMBL Get Target Activities call
public-safeinput
{
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_get_target_activities
- Tool name
- ChEMBL_get_target_activities
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse