v1

latestSwagger 2.02026-08-04232286653.5 KB
Billing

Get the daily spend for a specified organization by project.

get/organizations/{organization_id}/billing/costs

Path parameters

organization_idstring required

Response

last_updatedstring

Example response

{
  "data": [
    {
      "billable_metric": "\"gpu-hours\"",
      "cost": 12.34,
      "date": "\"2022-07-01\"",
      "project_id": "\"d8f58dfd-dd86-4ee4-8f01-643e6d0f15bb\"",
      "quantity": 2.123,
      "region": "\"us-northcentral1\"",
      "resource_type": "\"a40.1x\"",
      "unit_price": 1.23
    }
  ]
}