Get customer costs
orb_get_customer_costsGet costs incurred by a customer over a timeframe. Orb API: GET /customers/{customer_id}/costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | Price grouping key to break costs down by. | |
| view_mode | No | periodic or cumulative. | |
| customer_id | Yes | Orb customer id. | |
| timeframe_end | No | ISO-8601 datetime, exclusive end. | |
| timeframe_start | No | ISO-8601 datetime, inclusive start. |