cURL
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 } } } }
Retrieve the result data for a quantum job.
Args:
Returns:
Raises:
Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account-v2.qbraid.com.
Job QRN (qBraid Resource Name)
Successful Response
Response schema for retrieving job results
Schema for job result
Show child attributes
Was this page helpful?