Get provider-specific recommendations breakdown
Authorization
BearerAuth In: header
Path Parameters
Query Parameters
Start date filter (ISO 8601 format: YYYY-MM-DD)
End date filter (ISO 8601 format: YYYY-MM-DD)
Page number (1-indexed)
11 <= valueItems per page (max 200)
201 <= value <= 200Field to sort by (recommendation_id, service, environment, account, tag, monthly_savings, savings_percentage, status)
"status"Sort order
"asc""asc" | "desc"Filter by service(s) - can be repeated for multiple values
Filter by environment(s) - can be repeated for multiple values
Filter by account(s) - can be repeated for multiple values
Filter by tag(s) - can be repeated for multiple values
Filter by display status(es): available, pending, processing, optimized, rejected, unavailable
Search across recommendation fields (case-insensitive)
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/providers/string/recommendations"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"total_savings": 0,
"items": [
{
"recommendation_id": "string",
"service": "string",
"environment": "string",
"account": "string",
"tag": "string",
"monthly_savings": 0,
"savings_percentage": 0,
"status": "pending",
"actions": {
"description": "string",
"overview": "string",
"implementation_process": "string",
"execution_method": "string",
"key_takeaway": "string",
"operational_impact": "string"
},
"terms_accepted_at": "string",
"saving_accepted_by": "string",
"linked_to": {
"recommendation_ids": [
"string"
],
"order": "first"
}
}
],
"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"
}