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.
GET
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.
Example:
"2023-07-01"
The end date of report.
Example:
"2023-07-31"
Response
200 - application/json
Successfully retrieved a report of an organization.
Organizational report.