job_list
Lists all async jobs in the current worker session with status and elapsed time, and shows main-thread queue diagnostics to reveal why a shape optimization is stuck.
Instructions
List every async job this worker session. Returns {count, jobs:[{job_id,
kind, status, elapsed_s}]} in submit order, plus main_thread_queue:{queued, ran,
failed, drains, pending} — the diagnostic for a shape optimization that looks
stuck. Those builds run on the worker's main thread, and that queue is drained
once per request: pending high with drains climbing means the work is slow;
drains flat means nothing is polling, so nothing is advancing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||