Skip to main content
Returns the current status of a run, or polls until it finishes. Use this when you started a run with qatech run (without --wait) and want to check on it later.

Usage

Arguments

Options

Run statuses

Exit code is 1 if result is FAILED, 0 otherwise.

Examples

JSON output

Without --wait, the response only includes failed test cases (testCases=failed server-side). With --wait, you get the full set.