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

SOCA username for authentication

X-EDH-TOKENstring required

SOCA authentication token

Response

List of available budgets retrieved successfully

successboolean required
messagestring[] required

List of budget names

Example response

{
  "success": true,
  "message": [
    "monthly-budget",
    "quarterly-budget",
    "project-alpha-budget"
  ]
}

Changes