Returns company-wide usage for a month: the total, usage by kind, and usage per project.
`month` defaults to the current month, so calling with no parameters returns usage so
far this month.
Usage is computed on request from the usage reporting pipeline, so the response is
`502` when that pipeline is unavailable.
#### Permissions
Authenticate with a [Personal access token](/docs/apis/authorization#personal-access-tokens) whose holder is an owner or admin of the space. A project API token is not accepted on this endpoint, and a Personal access token has no scopes: the holder's role in the space is the whole authorization decision.
Response
The request has succeeded.
typeenum
The object type. Always usage.
monthstring
The calendar month the usage covers, as YYYY-MM.
total_in_microdollarslong
The total usage in microdollars.
total_in_dollarsdouble
The total usage in US dollars.
usage_by_kindlist of objects
Company-wide usage broken down by kind.
projectslist of objects
Usage per project, each with its own breakdown by kind.