Cost Management
List all available AWS budgets
Retrieves a list of all AWS budgets available in the current account
get/api/cost_management/budgets
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Response
List of available budgets retrieved successfully
Example response
{
"success": true,
"message": [
"monthly-budget",
"quarterly-budget",
"project-alpha-budget"
]
}