---
title: "Batch get links for all clusters"
method: GET
path: "/v3/topic-clusters/links/batch"
tags: ["Topic Clusters"]
---

# Batch get links for all clusters

`GET /v3/topic-clusters/links/batch`

Returns all keywords and prompts linked to every topic cluster for a team.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `clusters` object[]
    - `id` 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

---

[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)
