Get an Organization’s Report
Get a usage report for the given organization from the start_date and end_date, detailing how much usage went to each QPU during that period. If no start_date or end_date are provided, period defaults to last 30 days until current time.
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
Path Parameters
The UUID of the organization — this UUID is provided in the response on organization creation.
Query Parameters
The start date of report.
The end date of report.
Response
Organizational report.
Start date.
End date.
Organization name.
UUID of an organization.
Organization quota limit.
Organization balance.
Organization currency.
A list of user reports.
Was this page helpful?