Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to retrieve a list of responsive search ads headlines and descriptions through the Google Ads API. Please use the below sample GAQL query to retrieve the list of responsive search ads details from ad_group_ad resource.
SELECT ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.descriptions FROM ad_group_ad
You can use the search or searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API. If you are still facing an issue, please provide the uncropped UI screenshot by highlighting the data that you are trying to retrieve along with the Google Ads customer ID for further investigation.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-09-01 12:46:00Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5aR8:ref" (ADR-00331505)
SELECT ad_group.id, ad_group_ad.ad.id, ad_group_ad.ad.responsive_search_ad.headlines, ad_group_ad.ad.responsive_search_ad.descriptions, ad_group_ad.status FROM ad_group_ad WHERE ad_group_ad.ad.type = RESPONSIVE_SEARCH_ADAs requested earlier, if still this is not feasible to you please provide us with the uncropped UI screenshot with a visible customer Id by highlighting the fields that you are trying to retrieve using the Google Ads API.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-09-03 04:09:21Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u5aR8:ref" (ADR-00331505)