---
title: "Get linked keywords and prompts"
method: GET
path: "/v3/topic-clusters/{topicId}/links"
tags: ["Topic Clusters"]
---

# Get linked keywords and prompts

`GET /v3/topic-clusters/{topicId}/links`

Returns the keywords and prompts linked to a topic cluster.

## Path parameters

- `topicId` string, required

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `topicId` string
  - `name` string
  - `keywords` object[]
    - `id` string
    - `keyword` string
    - `countryId` string, nullable
    - `languageId` string, nullable
    - `locationCriteriaId` number, nullable
    - `locationCanonicalName` string, nullable
  - `prompts` object[]
    - `id` string
    - `prompt` string

## Other responses

- `400` — Default Response
- `404` — 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/aa8eaa9e34a0/schema)
