jobd_job_get
Retrieve detailed job information including scheduling internals, dependencies, and termination reasons. Use to debug job routing, failures, or stalls.
Instructions
Full JobInfo record for one job_id — everything jobd_status returns plus scheduling internals: depends_on + cascade policy (depends_on_any_exit), pending cancel/preempt signal, resolved profile, requires (gpu/tags/idempotent), host pin, fast_path, timeouts, and termination_reason. Use when debugging WHY a job routed/failed/stalled; prefer jobd_status for a quick state check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Numeric job id as returned by jobd_submit or shown in jobd_list. |