---
title: "Get Search Console search queries"
method: GET
path: "/v3/integrations/gsc/website-traffic/search-queries"
tags: ["Google Search Console"]
---

# Get Search Console search queries

`GET /v3/integrations/gsc/website-traffic/search-queries`

Returns Google Search Console search queries with clicks, impressions, CTR, average position and the change in each against the previous period of the same length. Ranked by clicks: `limit` defaults to 50 and accepts up to 25000, and the response reports `total` (every query in the window) alongside `returned`, so check those before treating the rows as the full set. `coverage` reports the window Google actually served and whether its newest days are still being collected.

## Query parameters

- `teamId` string, required
- `days` union
  - string
  - integer
- `startDate` string
- `endDate` string
- `country` string
- `device` string
- `type` string
- `limit` string
- `includePages` string

## Response `200`

Default Response

## Changes

- **2026-08-26** `c44f51a92d95` — 1 info
  - added the new optional `query` request parameter `includePages`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/integrations/gsc/website-traffic/search-queries/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/623d4784f6e6?raw)
