Retrieve organization usage reports

GET /usage-report

Returns aggregated usage reports for an organization

Responses

GET /usage-report
curl \
 --request GET 'https://api-ch-gva-2.exoscale.com/v2/usage-report'
Response examples (200)
{
  "usage": [
    {
      "from": "string",
      "to": "string",
      "product": "string",
      "variable": "string",
      "description": "string",
      "quantity": "string",
      "unit": "string"
    }
  ]
}