Hello Leonel,
Welcome to Google Ads API Support team. Thank you for reaching out to us.
As per your use case, you can get the list of suspended accounts through API by utilizing the customer's report (https://developers.google.com/google-ads/api/fields/v13/customer) in API. Below is a sample query that should return the required result.
SELECT customer.resource_name, customer.id, customer.status FROM customer WHERE customer.status = 'SUSPENDED'
Let us know if the above help or if you have further questions.
Regards,
![]() |
Google Ads API Team |