Skip to main content
Usage:
$ qbraid jobs [OPTIONS] COMMAND [ARGS]...
Options:
  • --help: Show this message and exit.
Commands:
  • get: Get a qBraid Quantum Job.
  • list: List qBraid Quantum Jobs.

qbraid jobs get

Get a qBraid Quantum Job. Usage:
$ qbraid jobs get [OPTIONS] JOB_ID
Arguments:
  • JOB_ID: The QRN or ID of the job to get. [required]
Options:
  • --no-fmt: Disable rich console formatting (output raw data) [default: True]
  • --help: Show this message and exit.

qbraid jobs list

List qBraid Quantum Jobs. Usage:
$ qbraid jobs list [OPTIONS]
Options:
  • -l, --limit INTEGER: Limit the maximum number of results returned [default: 10]
  • -s, --status [INITIALIZING|QUEUED|VALIDATING|RUNNING|CANCELLING|CANCELLED|COMPLETED|FAILED|UNKNOWN|HOLD]: Filter by status: INITIALIZING, QUEUED, VALIDATING, RUNNING, CANCELLING, CANCELLED, COMPLETED, FAILED, UNKNOWN, HOLD
  • -v, --vendor [aws|azure|ibm|ionq|qbraid]: Filter by vendor: AWS, AZURE, IBM, IONQ, QBRAID
  • -p, --provider [aqt|aws|azure|equal1|ibm|iqm|ionq|nec|oqc|pasqal|quantinuum|quera|rigetti|qbraid]: Filter by provider: AQT, AWS, AZURE, EQUAL1, IBM, IQM, IONQ, NEC, OQC, PASQAL, QUANTINUUM, QUERA, RIGETTI, QBRAID
  • --help: Show this message and exit.