---
title: "Keyword position history"
method: GET
path: "/v3/rank-tracking/keyword-history"
tags: ["Rank Tracking"]
---

# Keyword position history

`GET /v3/rank-tracking/keyword-history`

Returns the position history for a specific keyword from GSC or internal tracking.

## Query parameters

- `teamId` string
- `keyword` string
- `startDate` string
- `endDate` string
- `days` integer
- `country` string

## Response `200`

Default Response

- object
  - `items` object[]
    - `date` string
    - `position` number
    - `clicks` number
    - `impressions` number
    - `source` 'internal' | 'gsc'
  - `source` 'internal' | 'gsc'

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/78929b45c4f8/schema)
