v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBBudgets
Retrieve a budget
Returns the current utilization and configuration of the specified budget.
get/analytics/v1/budgets/{id}
Path parameters
idstring required
Budget ID
Response
OK - Budget details returned.
Example response
{
"scopes": [
{
"id": "cloud_provider",
"type": "fixed",
"inverse": false,
"values": [
"google-cloud"
]
}
]
}