Hello,
Welcome to Google Ads API Support team. Thank you for reaching out to us.
With regards to your concern, you may retrieve the status of an account by using the API customer reporting (https://developers.google.com/google-ads/api/fields/v14/customer) and querying for its status. You may try the below query and see if this helps your concern.
SELECT customer.status FROM customer
If the issue persist, kindly provide the complete request and response logs with request id and request header generated on your end.
Note that these logs can be requested or provided to the developer handling the Google Ads API transactions when logging of the API requests has been enabled. You may check here (https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging) and click your client library for the specific guideline to enable it.
For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
Links to the highlighted words above:
You may send the requested details privately via “Reply To Author” option. If that option is not available to you, send it directly to googleadsa...@google.com instead, and let us know here once it is provided.
![]() |
Google Ads API Team |