Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ListBatchJobResultsResponse
Fields |
results[]
|
BatchJobResult
The list of rows that matched the query.
|
next_page_token
|
string
Pagination token used to retrieve the next page of results. Pass the content of this string as the page_token attribute of the next request. next_page_token is not returned for the last page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["Contains a list of BatchJobResult objects, representing the rows that matched the query."],["Includes a `next_page_token` for retrieving subsequent pages of results if available, otherwise it's omitted for the last page."]]],["The core content details the response structure for listing batch job results. It includes an array, `results[]`, which contains a list of `BatchJobResult` rows matching the query. The response may also include `next_page_token`, a string used for pagination. This token should be passed in subsequent requests to retrieve the next set of results. If not present, it signifies the final page.\n"]]