GET
/
jobs
/
{UUID}
/
results
/
probabilities
cURL
curl "https://api.ionq.co/v0.4/jobs/0197379a-c3b8-7548-9da4-bbb7067311c1/results/probabilities" \
  -H "Authorization: apiKey your-api-key"
{
  "0": 0.51,
  "1": 0.51
}
Retrieve the probability distribution results from a completed job. This returns the measurement outcomes from all shots as probability values for each possible quantum state, allowing you to analyze the quantum circuit’s output distribution. Learn more about interpreting quantum results.

Authorizations

Authorization
string
header
required

API keys are associated with a user and can be created on the IonQ Quantum Cloud application. To authenticate, prefix your API Key with apiKey and place it in the Authorization request header. Ex: Authorization: apiKey your-api-key

Path Parameters

UUID
string
required

Response

200 - application/json

Successfully retrieved the probabilities result of a job.

The response is of type object.