Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt

Use this file to discover all available pages before exploring further.

Monitor quantum jobs across all providers from a single interface. View job status, results, and costs. Use this when you want to: • Check the status of submitted quantum jobs • View results from completed experiments • Track costs across providers Usage:
$ qbraid jobs [OPTIONS] COMMAND [ARGS]...
Options:
  • --help: Show this message and exit.
Commands:
  • list: List quantum jobs.
  • get: Get a qBraid Quantum Job.

qbraid jobs list

List quantum jobs. Lists quantum jobs submitted through the qBraid platform. 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
  • --page INTEGER: Page number for pagination [default: 1]
  • --help: Show this message and exit.

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.