Returns a breakdown of your credit consumption for flat-rated products, grouped by calendar day (per UTC) and then by the type of consumption and relevant dimensions.
a valid bearer token
First calendar date to include in results (inclusive)
Calendar date before which results should be included (exclusive)
Successful
An array of date periods, each containing the consumption for that period
[
{
"consumedFrom": "2024-01-01T00:00:00.000Z",
"consumedBefore": "2024-01-02T00:00:00.000Z",
"consumption": [
{
"consumptionType": "etl-compute",
"dimensions": {
"installationId": "0121a3f9-1234-1234-ea930df94"
},
"credits": 24
},
{
"consumptionType": "orchestration",
"dimensions": {},
"credits": 16.2
},
{
"consumptionType": "transformation",
"dimensions": {},
"credits": 9.6
},
{
"consumptionType": "streaming",
"dimensions": {},
"credits": 9.6
}
]
}
]