cortex_get_job
Check a Cortex job's status and metadata, returning IDs, target, actor, criteria, timestamps, and error details.
Instructions
Get a Cortex job's metadata and status (no artifacts). Returns the same safe-field projection as cortex_run_job: ids, status, target, actor, criteria, timestamps, error. Use cortex_get_result to fetch the structured result body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Cortex job ID, e.g. "ctxjob_123". |