---
title: "Get a hashtag set"
method: GET
path: "/hashtag-sets/{id}"
tags: ["Hashtag Sets"]
---

# Get a hashtag set

`GET /hashtag-sets/{id}`

## Path parameters

- `id` string, required

## Response `200`

Hashtag set

- object
  - `data` HashtagSet
    - `id` string
    - `name` string — Set name, unique per workspace (case-insensitive)
    - `hashtags` string[] — Ordered tags WITHOUT the leading '#'
    - `hashtag_count` integer
    - `preview` string — The tags rendered as caption text, e.g. "#fitness
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Hashtag set not found

---

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