Account
Generate cost report
Generates a cost report in FOCUS format for the specified time period (max 40 days range) and filters. Read more about focus here.
post/v1/cost-report
Request body
Example request
{
"startDate": "2025-10-01",
"endDate": "2025-11-06",
"format": "csv",
"subscriptionIds": [
123,
456
],
"databaseIds": [
789,
101112
],
"subscriptionType": "pro",
"regions": [
"us-east-1",
"eu-west-1"
],
"tags": [
{
"key": "environment",
"value": "production"
}
]
}Response
Accepted