Authorizations
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
Query Parameters
If provided, will only return jobs whose UUID matches the list provided.
UUID of a job
If provided, will only return jobs whose status matches the one provided.
Available options:
submitted, ready, running, canceled, completed, failed Example:
"completed"
How many objects to return.
Required range:
1 <= x <= 25ID of next batch of resources to load.

