cortex_get_result
Retrieve a Cortex job's validated structured result, returning job_id, status, and result data while keeping raw artifacts private.
Instructions
Get a Cortex job's structured result. Returns {job_id, status, result?}. The result is validated against the known per-kind schemas (workflow_eval / counterfactual_eval / outcome_attribution / complex_query / divergence_error_tracking). Raw artifacts (prompt input, raw model output) are NOT returned by this tool — they remain private on the platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Cortex job ID, e.g. "ctxjob_123". |