v1

latestOpenAPI 3.0.02026-07-2628145109.6 KB
jobs
job-output

Get a Job's output

Retrieve a specific job's results by UUID.

get/jobs/{UUID}/results

Path parameters

UUIDstring uuid required

The UUID of the job — this UUID is provided in the response on job creation.

Query parameters

sharpenboolean

Get sharpened results from debiasing. Off by default. Will generally return more accurate results if your expected output distribution has peaks.

Response

Successfully retrieved results for a job.

For multi-circuit jobs, the response is an object keyed by the UUID of each child circuit. When a child circuit has finished successfully, its value is the probability distribution for that circuit. When a child circuit has not yet completed (or did not complete successfully), its value is an object containing a status field describing the current state of that child circuit (e.g. submitted, ready, running, canceled, failed).

object required