Back to catalog
Cortexa research tool·clinical·clinical_trials
Get Clinical Trial Status And Dates
Retrieves trial status and start and completion dates, using their NCT IDs.
Livelast probed 2026-04-30 23:07Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"nct_ids": {
"description": "List of NCT IDs of the clinical trials (e.g., ['NCT04852770', 'NCT01728545']).",
"items": {
"type": "string"
},
"type": "array"
},
"status_and_date": {
"description": "Unused filter parameter, kept for backward compatibility. Can be omitted or set to any string.",
"type": "string"
}
},
"required": [
"nct_ids"
],
"type": "object"
}Examples (1)
Default Get Clinical Trial Status And Dates call
public-safeinput
{
"nct_ids": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_clinical_trial_status_and_dates
- Tool name
- get_clinical_trial_status_and_dates
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse