---
title: "List hashtag sets"
method: GET
path: "/hashtag-sets"
tags: ["Hashtag Sets"]
---

# List hashtag sets

`GET /hashtag-sets`

Returns all saved hashtag sets in the workspace. Apply one to a new post by passing its name (`hashtag_set`) or id (`hashtag_set_id`) to POST /posts/create.

## Response `200`

List of hashtag sets

- 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

---

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