simulo jobs
List your submitted jobs and their status (talks HTTP to the Simulo cloud jobs API).
usage: simulo jobs [-h] [--limit N] [--all] [--org] [--json]Options
Section titled “Options”| Option | Description |
|---|---|
--limit N |
Show at most N jobs, most recent first (default 20, max 250). |
--all |
Show the most recent 250 jobs — the widest this table goes. Wins over –limit. With –json it is the complete list, however many there are. |
--org |
Use your organization as the scope instead of only jobs you submitted. This changes which jobs are eligible, not the –limit/–all bounds. |
--json |
Print the job records as a JSON array instead of a table (includes status_reason/status_detail for failed runs). Complete whenever you ask for everything — with no –limit, or with –all. An explicit –limit bounds it to exactly N and says so on stderr; machine output never truncates silently. |