Skip to main content
GET
/
jobs
/
{job_qrn}
/
result
Get Job Result
curl --request GET \
  --url https://api-v2.qbraid.com/api/v1/jobs/{job_qrn}/result \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "data": {
    "status": "COMPLETED",
    "cost": 0.501875,
    "timeStamps": {
      "createdAt": "2025-01-15T10:30:00Z",
      "endedAt": "2025-01-15T10:30:05Z",
      "executionDuration": 5000
    },
    "resultData": {
      "measurementCounts": { "00": 504, "11": 496 }
    }
  }
}
{
  "success": true,
  "data": {
    "status": "COMPLETED",
    "cost": 0.501875,
    "timeStamps": {
      "createdAt": "2025-01-15T10:30:00Z",
      "endedAt": "2025-01-15T10:30:05Z",
      "executionDuration": 5000
    },
    "resultData": {
      "measurementCounts": { "00": 504, "11": 496 }
    }
  }
}

Authorizations

X-API-KEY
string
header
required

Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account-v2.qbraid.com.

Path Parameters

job_qrn
string
required

Job QRN (qBraid Resource Name)

Response

Successful Response

Response schema for retrieving job results

success
boolean
required
data
Result · object
required

Schema for job result