v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
Export credits usage details as CSV.
Export the credit usage details as csv for the specific period of time given as input in the form of a start and end date with a specific grouping according to day, week, month, Note that this API will work only for credits plan customers.
post/v1/account/usage/report
Request body
Example request
{
"startDate": "2019-07-20",
"endDate": "2019-08-20",
"groupBy": "day",
"reportType": "standard"
}Response
Export Response with Job Id.
Example response
{
"jobId": "12345678"
}