cortex_job_runs
Review Cortex job attempts to audit execution history, showing status, model, metrics, timings, and errors. Read-only access to run details.
Instructions
List the attempt history (audit-trail runs) for a Cortex job — one row per execution attempt, with status, model, metrics, timings, and any error. Read-only. Raw prompt/model artifacts are NOT included. Returns {runs: CortexJobRun[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Cortex job ID, e.g. "ctxjob_123". |