Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Get Compound Record Activities
Get all activities for a compound record by compound record ID. Returns bioactivity measurements for the specified compound record.
Livelast probed 2026-04-30 23:07Z· 100msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 100ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"compound_record_id__exact": {
"description": "ChEMBL compound record ID. To find a compound record ID, use ChEMBL_get_compound_record or search activities.",
"type": "string"
},
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
}
},
"required": [
"compound_record_id__exact"
],
"type": "object"
}Examples (1)
Default ChEMBL Get Compound Record Activities call
public-safeinput
{
"compound_record_id__exact": "aspirin",
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_get_compound_record_activities
- Tool name
- ChEMBL_get_compound_record_activities
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse