---
title: "List tracked keywords"
method: GET
path: "/keywords"
tags: ["Social Listening"]
---

# List tracked keywords

`GET /keywords`

Lists the keywords tracked for a workspace, optionally filtered by type.

## Query parameters

- `workspaceId` string, required
- `type` 'brand' | 'topic'

## Response `200`

Tracked keywords

- object
  - `data` object[], required
    - `keywordId` string, required
    - `text` string, required
    - `type` 'brand' | 'topic', required
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Token cannot read this workspace
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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