Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Get Assay Activities
Get all activity data for an assay by ChEMBL assay ID. Returns bioactivity measurements from the specified assay. To find an assay ID, use ChEMBL_search_assays or ChEMBL_get_target_assays.
Livelast probed 2026-04-30 23:07Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"assay_chembl_id__exact": {
"description": "ChEMBL assay ID (e.g., 'CHEMBL615117'). To find an assay ID, use ChEMBL_search_assays or ChEMBL_get_target_assays.",
"type": "string"
},
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"offset": {
"default": 0,
"type": "integer"
}
},
"required": [
"assay_chembl_id__exact"
],
"type": "object"
}Examples (1)
Default ChEMBL Get Assay Activities call
public-safeinput
{
"assay_chembl_id__exact": "",
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_get_assay_activities
- Tool name
- ChEMBL_get_assay_activities
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse