API ReferenceProviders
Get Savings Audit breakdown by provider
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
provider_id*Provider Id
Query Parameters
start?|
Start date filter (ISO 8601 format: YYYY-MM-DD or YYYY-MM)
end?|
End date filter (ISO 8601 format: YYYY-MM-DD or YYYY-MM)
page?Page
Page number (1-indexed)
page_size?Page Size
Items per page (max 100)
sort_by?Sort By
Field to sort by (period, account_id, environment, service, usage_type, usage_quantity, usage_unit, pre_optimization_cost, monthly_savings, approved_by)
sort_order?Sort Order
Sort order
preset?|
Date preset: '30D', '6M', or '12M' (takes precedence over start/end)
service?array<string>|
Filter by service(s) - can be repeated for multiple values
environment?array<string>|
Filter by environment(s) - can be repeated for multiple values
account_id?array<string>|
Filter by account ID(s) - can be repeated for multiple values
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/providers/string/recommendations/audit/breakdown"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"total_savings": 0,
"items": [
{
"period": "string",
"account_id": "string",
"environment": "string",
"provider": "string",
"service": "string",
"usage_type": "string",
"usage_quantity": 0,
"usage_unit": "string",
"cost": 0,
"savings": 0,
"author": "string"
}
],
"pagination": {
"total_items": 0,
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"has_next": true,
"has_previous": true
}
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"property1": null,
"property2": null
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"details": null
},
"timestamp": "2019-08-24T14:15:22Z"
}