---
title: "Get a list of tags"
method: GET
path: "/tags"
tags: ["Tags"]
---

# Get a list of tags

`GET /tags`

Retrieve all created tags for the account.

## Response `200`

Successful response

- TagListResponse
  - `tags` Tag[]
    - `id` integer
    - `name` string
    - `color` string
  - `user_id` integer
  - `version` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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