Skip to content
On this page

Cost Reports

URL

[POST] /v1/cost_reports
Authorization: <TOKEN>
Content-Type: application/json

Body

JSON
{
  "granularity": "daily",
  "group_by": "service",
  "start_date": "2023-08-25",
  "end_date": "2023-08-25",
  "project_id": "project_a,project_b",
  "service": "Artifact Registry,BigQuery",
  "sku": "Networking Cloud CDN Traffic Cache Egress to Asia,Networking Cloud Cdn Cache Lookups",
  "location": "asia-east1-b,asia-east1",
  "labels": {
    "vm": "prd"
  },
  "credits": "PROMOTION,DISCOUNT"
}
NameTypeDefaultValues
granularityStringdailydaily, monthly
group_byStringserviceproject_id, service, sku, location
start_dateString2023-11-26(3 days ago)-
end_dateString2023-11-26(3 days ago)-
project_idString--
serviceString--
skuString--
locationString--
labelsJSON--
creditsString-DISCOUNTS, FREE_TIER, SUSTAINED_USAGE_DISCOUNT, COMMITTED_USAGE_DISCOUNT, COMMITTED_USAGE_DISCOUNT_DOLLAR_BASE, DISCOUNT, PROMOTION

Result

JSON
{
  "2023-06-01": {
    "SendGrid Marketing Campaigns": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "SendGrid Email API": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "MongoDB Atlas": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Firebase Hosting": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "App Engine": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Cloud Logging": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Cloud Monitoring": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Artifact Registry": {
      "unit": null,
      "usage": 0,
      "cost": 0.0015919999999999999
    },
    "Cloud DNS": {
      "unit": null,
      "usage": 0,
      "cost": 0.004709
    },
    "Kubernetes Engine": {
      "unit": null,
      "usage": 0,
      "cost": 0.5100000000000002
    },
    "BigQuery": {
      "unit": null,
      "usage": 0,
      "cost": 0.523219
    },
    "Cloud Storage": {
      "unit": null,
      "usage": 0,
      "cost": 1.0448359999999999
    },
    "Mailgun by Sinch Email API": {
      "unit": null,
      "usage": 0,
      "cost": 1.0624320000000003
    },
    "Cloud Vision API": {
      "unit": null,
      "usage": 0,
      "cost": 1.2585
    },
    "Cloud Memorystore for Redis": {
      "unit": null,
      "usage": 0,
      "cost": 2.1759880000000003
    },
    "Support": {
      "unit": null,
      "usage": 0,
      "cost": 11.483124000000032
    },
    "MongoDB Atlas (Private Offer)": {
      "unit": null,
      "usage": 0,
      "cost": 54.718733000000014
    },
    "Networking": {
      "unit": null,
      "usage": 0,
      "cost": 167.299087
    },
    "Cloud SQL": {
      "unit": null,
      "usage": 0,
      "cost": 229.71108
    },
    "Compute Engine": {
      "unit": null,
      "usage": 0,
      "cost": 242.7832649156139
    }
  },
  "2023-06-02": {
    "Firebase Hosting": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "MongoDB Atlas": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Cloud Monitoring": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "SendGrid Marketing Campaigns": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "SendGrid Email API": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "Cloud Logging": {
      "unit": null,
      "usage": 0,
      "cost": 0
    },
    "App Engine": {
      "unit": null,
      "usage": 0,
      "cost": 0.0032329999999999998
    },
    "Cloud DNS": {
      "unit": null,
      "usage": 0,
      "cost": 0.0066479999999999985
    },
    "Artifact Registry": {
      "unit": null,
      "usage": 0,
      "cost": 0.012518999999999999
    },
    "Kubernetes Engine": {
      "unit": null,
      "usage": 0,
      "cost": 0.7199980000000004
    },
    "BigQuery": {
      "unit": null,
      "usage": 0,
      "cost": 0.9976260000000001
    },
    "Mailgun by Sinch Email API": {
      "unit": null,
      "usage": 0,
      "cost": 1.4999040000000001
    },
    "Cloud Memorystore for Redis": {
      "unit": null,
      "usage": 0,
      "cost": 3.0719839999999996
    },
    "Cloud Vision API": {
      "unit": null,
      "usage": 0,
      "cost": 3.261
    },
    "Cloud Storage": {
      "unit": null,
      "usage": 0,
      "cost": 5.183431000000001
    },
    "Support": {
      "unit": null,
      "usage": 0,
      "cost": 16.66663200000005
    },
    "MongoDB Atlas (Private Offer)": {
      "unit": null,
      "usage": 0,
      "cost": 77.24997600000003
    },
    "Networking": {
      "unit": null,
      "usage": 0,
      "cost": 217.52088599999996
    },
    "Cloud SQL": {
      "unit": null,
      "usage": 0,
      "cost": 322.844026
    },
    "Compute Engine": {
      "unit": null,
      "usage": 0,
      "cost": 345.35164319835326
    }
  }
}