Skip to content

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.

Terminal window
orvanta job <subcommand> [options]

List recent jobs.

Terminal window
orvanta job list [--json]

Get job details. For flows, this shows the step tree with sub-job IDs.

Terminal window
orvanta job get <id>

Get the result of a completed job (machine-friendly).

Terminal window
orvanta job result <id>

Get job logs. For flows, this aggregates the logs of all steps.

Terminal window
orvanta job logs <id>

Cancel a running or queued job.

Terminal window
orvanta job cancel <id>