---
title: "List the team's reusable categories + tags"
method: GET
path: "/v3/cms/taxonomy/"
tags: ["CMS"]
---

# List the team's reusable categories + tags

`GET /v3/cms/taxonomy/`

Single source of taxonomy suggestions: the categories/tags already in use across the team's articles UNION the live taxonomy of every connected CMS provider (WordPress, Ghost, Shopify), merged and deduped. Connecting a CMS imports its taxonomy automatically; `syncPending` is true while that import is still running.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `categories` string[]
  - `tags` string[]
  - `syncedProviders` string[]
  - `syncPending` boolean

## Other responses

- `500` — Default Response

## Changes

- **2026-08-21** `c8f1f876a92c` — 1 info
  - added the optional property `syncPending` to the response with the `200` status
- **2026-07-26** `60ff6690f93c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/cms/taxonomy/get.md)

---

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