Get a breakdown of your credit consumption for ETL Users
Returns the number of credits you have been charged for ETL Users in a given period, and which users contributed charges. Because ETL Users are metered on monthly active unique users, your consumedFrom and consumedBefore parameters should reflect the period for a single monthly invoice. This data refreshes every three hours to reflect recent credit usage.
Authorizations
a valid bearer token
Query Parameters
First date+time to include in results (inclusive)
Date+time before which results should be included (exclusive)
Response
Successful
The users whose activity contributed credit charges. This does not include users who contributed to the included monthly users allowance, if applicable.
[
{ "username": "User 6" },
{ "username": "User 7" }
]Date+time before which results are included (UTC) (exclusive)
"2024-01-31T00:00:00.000Z"
First date+time included in results (UTC) (inclusive)
"2024-01-01T00:00:00.000Z"
The total credits charged during this period
100
