GET
/
report
/
organizations
/
{org_id}

Authorizations

Authorization
string
headerrequired

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

org_id
string
required

The UUID of the organization — this UUID is provided in the response on organization creation.

Query Parameters

start_date
string

The start date of report.

end_date
string

The end date of report.

Response

200 - application/json
start_date
string

Start date.

end_date
string

End date.

organization
string

Organization name.

organization_id
string

UUID of an organization.

budget
number

Organization quota limit.

balance
number

Organization balance.

currency
string

Organization currency.

qpus
object[]
members
object[]

A list of user reports.

Was this page helpful?