---
title: "Get GSC query distribution by position"
method: GET
path: "/api/mcp/projects/{projectId}/gsc/position-buckets"
tags: ["GSC"]
---

# Get GSC query distribution by position

`GET /api/mcp/projects/{projectId}/gsc/position-buckets`

Live GSC query distribution by ranking bucket (1-3, 4-10, 11-20, 20+) with clicks + impressions per bucket. Returns 409 gsc_not_connected if no site is linked.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `period` string
- `startDate` string, date
- `endDate` string, date

## Response `200`

Position buckets.

- GscPositionBucketsResponse
  - `siteUrl` string, required
  - `window` GscWindow, required
    - `from` string, required
    - `to` string, required
  - `buckets` object[], required
    - `label` string
    - `range` string
    - `queries` integer
    - `clicks` integer
    - `impressions` integer
  - `totalQueries` integer, required
  - `success` boolean, required — Always `true` — injected on every success response by this endpoint family's response wrapper.

## Other responses

- `400` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `401` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `403` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `404` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `409` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `429` — Rate limited. Usually the per-API-key REST limit (600 requests/minute); on Google-backed endpoints it can also relay an upstream Google rate limit. `Retry-After` (seconds) is present when the limit was applied by Searchable's own rate limiter; it may be absent when an upstream provider rate-limits.
- `504` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.

---

[API](https://skmtc.net/searchable/apis/searchable-rest-api.md) · [All operations](https://skmtc.net/searchable/apis/searchable-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/searchable/searchable-rest-api/versions/301b04e800ed/schema)
