?
Show job status
Opens one job with its plan, progress, cost so far, and recent per-document failures.
admin.dataSourceJobs.get({ id, wait? })
Opens one job in full: its plan and cost projection, its live progress against that plan, the credits spent so far, its quarantine counts, and the most recent per-document failures. --wait blocks until the job finishes, so a script can start one and then wait on it.
Parameters
id
string
RequiredJob id (positional).
--wait
flag
Block until the job reaches a terminal state.
CLI
remy-admin datasources jobs status job_abc123 --wait