Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IonQ usage API

The usage API from IonQ — 1 operation(s) for usage.

IonQ usage API is one of 7 APIs that IonQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include usage. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version v0.4.

Requests are made against a single base URL, https://api.ionq.co/v0.4.

1 operations 1 paths 6 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v0.4
Base URL
https://api.ionq.co/v0.4
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

IonQ usage API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth).

  • apiKeyAuth — API keys are associated with a user and can be created on the [IonQ Quantum Cloud](https://cloud.ionq.com) application. To authenticate, prefix your API Key wi…

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

usage 1
GET
/organizations/{organization_id}/usage
Get usage costs
get-usages 5 params → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Usages (10 properties), Usage (5 properties), GroupUsage (5 properties). Each schema is shown below with its type and property counts.

organization_id
string
UUID of an organization.
Usages
object
QPU usage details for a given modality and date range.
10 properties 4 required
GroupUsage
object
A group's single date usage
5 properties
modality
string
Report modality
Usage
object
Single date of QPU usage
5 properties 5 required
group_by
string
QPU Usage grouping

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ionq-usage-api-openapi.yml Raw ↑

Other APIs IonQ publishes across the network.

IonQ Quantum Cloud API (v0.3 Legacy)
IonQ backends API
IonQ characterizations API
IonQ Jobs API
IonQ Sessions API
IonQ whoami API