---
title: "List tracked keywords with latest positions"
method: GET
path: "/projects/{projectId}/keywords"
tags: ["Rank tracking"]
---

# List tracked keywords with latest positions

`GET /projects/{projectId}/keywords`

## Path parameters

- `projectId` string, required — Project id (from GET /projects)

## Query parameters

- `limit` integer — Page size, default 100, max 500
- `cursor` string — next_cursor from a previous response

## Response `200`

Success

- object

## Other responses

- `401` — Missing or invalid API key
- `404` — Not found (or no data available yet)
- `429` — Rate limit exceeded — respect Retry-After

---

[API](https://skmtc.dev/zutrix/apis/zutrix-api.md) · [All operations](https://skmtc.dev/zutrix/apis/zutrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zutrix/zutrix-api/revisions/abe6ff22567c/schema)
