Query All Rows
query_all_rowsRetrieve all rows for a Google Search Console query by automatically paging past the 25,000-row limit. Ideal for bulk data exports and comprehensive analysis.
Instructions
Retrieve every row for a query, paging past the 25,000-row cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | Simplified filters combined with AND, each {"dimension": ..., "operator": ..., "expression": ...}. | |
| end_date | Yes | Inclusive end date, YYYY-MM-DD. | |
| max_rows | No | Safety ceiling on rows retrieved. Default 100,000. | |
| site_url | Yes | Property identifier. | |
| data_state | No | FINAL (default) or ALL to include fresh partial data. | |
| dimensions | No | Dimensions to group by. Defaults to ["QUERY"]. | |
| start_date | Yes | Inclusive start date, YYYY-MM-DD. | |
| search_type | No | WEB, IMAGE, VIDEO, NEWS, DISCOVER or GOOGLE_NEWS. | WEB |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||