---
title: "List tracked keywords"
method: GET
path: "/v3/rank-tracking/keywords"
tags: ["Rank Tracking"]
---

# List tracked keywords

`GET /v3/rank-tracking/keywords`

Returns the list of tracked keywords for a team.

## Query parameters

- `teamId` string
- `startDate` string
- `endDate` string
- `days` integer
- `includeInactive` boolean
- `fields` 'minimal'

## Response `200`

Default Response

- object
  - `items` object[], required
    - `id` string
    - `keywordId` string
    - `keyword` string
    - `countryId` string, nullable
    - `languageId` string, nullable
    - `locationCriteriaId` number, nullable
    - `locationCanonicalName` string, nullable
    - `position` number
    - `positionHistory` object[]
      - `date` string
      - `position` number
    - `active` boolean
    - `refreshedAt` string, nullable
    - `createdAt` string
    - `updatedAt` string
    - `gscPosition` number, nullable
    - `gscClicks` number, nullable
    - `gscImpressions` number, nullable
    - `isTracked` boolean
    - `trackingId` string
    - `positionTrend` 'improved' | 'declined' | 'same' | 'new', nullable
    - `nextRunAt` string, nullable
    - `resultHistory` object[]

## 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/versions/6e50f4761eea/schema)
