Back to catalog
Cortexa research tool·drug discovery·dynamut2
DynaMut2 Get Job
Retrieve results for a previously submitted DynaMut2 stability prediction job. If the job is still running, returns the current status. If complete, returns the full prediction result including ddG value and effect classification. Use this to check on long-running predictions or to retrieve results you submitted earlier.
Livelast probed 2026-04-30 23:07Z· 87msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 87ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"endpoint": {
"default": "prediction_single",
"description": "API endpoint for the job type. Default: 'prediction_single'. Other options: 'prediction_list', 'prediction_mm'.",
"type": [
"string",
"null"
]
},
"job_id": {
"description": "DynaMut2 job identifier returned from a previous predict_stability call.",
"type": "string"
},
"operation": {
"description": "Operation type",
"enum": [
"get_job"
],
"type": "string"
}
},
"required": [
"operation",
"job_id"
],
"type": "object"
}Examples (1)
Default DynaMut2 Get Job call
public-safeinput
{
"job_id": "",
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DynaMut2_get_job
- Tool name
- DynaMut2_get_job
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse