Costs object

The aggregated costs details of the specific time bucket.source

The monetary value in its associated currency.source

When group_by=line_item, this field provides the line item of the grouped costs result.source

When group_by=project_id, this field provides the project ID of the grouped costs result.source

OBJECT Costs object
1
2
3
4
5
6
7
8
9
{
    "object": "organization.costs.result",
    "amount": {
      "value": 0.06,
      "currency": "usd"
    },
    "line_item": "Image models",
    "project_id": "proj_abc"
}