v1

latestOpenAPI 3.1.02026-07-26102230.9 KB
jobs

Get Job

Retrieve a quantum job by its job QRN.

Args:

  • job_qrn (string): Job QRN (qBraid Resource Name)

Returns:

  • RuntimeJob object containing the job details

Raises:

  • 403: You do not have permission to access this job
  • 404: Job is not found
  • 422: Validation error if the job_qrn parameter is invalid
get/jobs/{job_qrn}

Path parameters

job_qrnstring required

Job QRN (qBraid Resource Name)

Job QRN (qBraid Resource Name)

Response

Successful Response

successboolean required