Retrieves a budget for the specified organization. Admins receive any budget in the organization. Non-admins receive organization-scoped budgets with 403 Forbidden; cloud-resource-scoped budgets are returned only when all scope values are instances they can access, otherwise 403 Forbidden.
GET
/api/v1/billing/organization/{organization_id}/budgets/{budget_id}
curl \
--request GET 'https://cloud.elastic.co/api/v1/billing/organization/{organization_id}/budgets/{budget_id}'