Retrieve a specific job by UUID.
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
The UUID of the job — this UUID is provided in the response on job creation.
Exclude certain fields from the response (e.g., exclude=status,device_id
).
Only return the provided fields (e.g., include=status,device_id
).
Successfully retrieved a job
A quantum job.