Cancel a pending/sent job. 400s if the job already reached a terminal state.
Optionalopts: RequestOptionsDispatch a job to a device. Async by default (202) — poll get
for completion. With fulfillImmediately: true the call blocks until
the job finishes and the result includes output.
Optionalopts: RequestOptionsGet a job's status and result. This is the natural poll target for a
job waiter: poll until status reaches a terminal state ('completed',
'failed', 'timeout', 'cancelled') and read output/error.
Throws NotFoundError if the job does not exist.
Optionalopts: RequestOptionsList jobs in an organization, optionally filtered by device/status.
Backend pagination (nextKey/startKey) is not surfaced yet; raise
limit if the default page (50) is too small.
Optionalopts: RequestOptions
Dispatch jobs to devices and track their lifecycle (see module doc).