orvanta job
A job is a single execution of a script or flow. Running a flow produces a parent job with a sub-job per step. Use these commands to inspect execution history and debug failures.
orvanta job <subcommand> [options]Subcommands
Section titled “Subcommands”List recent jobs.
orvanta job list [--json]Get job details. For flows, this shows the step tree with sub-job IDs.
orvanta job get <id>result
Section titled “result”Get the result of a completed job (machine-friendly).
orvanta job result <id>Get job logs. For flows, this aggregates the logs of all steps.
orvanta job logs <id>cancel
Section titled “cancel”Cancel a running or queued job.
orvanta job cancel <id>Related
Section titled “Related”- Concepts: Jobs and runs
- Flows — Run a flow to produce jobs.