latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Company Usage

Get daily usage for a company

Retrieve daily usage data for a company, including costs and usage metrics for applications, databases, static sites, and other resources.

get/company/{id}/paas-usage

Path parameters

idstring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1

Query parameters

period_offsetinteger nullable

Period offset for the usage data. 0 is the current period, -1 is the previous period, etc. Accepts values from 0 to -5.

Response

Successfully retrieved usage data

Example response

{
  "company": {
    "paas_usage": [
      {
        "id": "cc3f2b21-57fb-4bdc-b022-eb998a3ce167-2025-06-28-appBandwidth-bandwidthStandard",
        "date": 1751105724000,
        "category": "appBandwidth",
        "id_resource": "cc3f2b21-57fb-4bdc-b022-eb998a3ce167",
        "usage": 1.5,
        "cost": 0.25
      }
    ]
  }
}