SELECT customer.id,
account_budget.id,
account_budget.name,
account_budget.status,
account_budget.amount_served_micros,
account_budget.approved_end_date_time
FROM account_budget
WHERE account_budget.status = 'APPROVED'
Please give this a try and let us know if you have any issues.
Thanks,
Bharani, Google Ads API Team