v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
Cost Management

Retrieve AWS budget information for a project

Gets current spend, forecasted spend, total budget, and usage percentage for a specific project's AWS budget

get/api/cost_management/budget

Query parameters

project_namestring required

Name of the project

Headers

X-EDH-USERstring required

EDH username for authentication

X-EDH-TOKENstring required

EDH authentication token

Response

Budget information retrieved successfully

successboolean required

Example response

{
  "success": true,
  "message": {
    "budget_exist": true,
    "current_spend": 1250.75,
    "forecast_spend": 1800.5,
    "total_budget": 5000,
    "usage_pct": 25.02,
    "forecast_pct": 36.01
  }
}