---
title: "Get all tags"
method: GET
path: "/tags"
tags: ["tags"]
---

# Get all tags

`GET /tags`

Returns all tags for the organization.

**Rate limit:** 300 requests per minute

## Response `200`

- GetTagsResponseBody
  - `data` Tag[] — The data payload of the response.
    - `hex_color` string — The hex code of the tag's color.
    - `id` string — The ID of the tag.
    - `object_type` 'account' | 'article' | 'issue' — The object type of the tagged object.
    - `value` string — The value of the Tag.
  - `pagination` Pagination
    - `cursor` string, required — The cursor for the next page of results.
    - `has_next_page` boolean, required — Indicates if there is a next page of results.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

## Changes

> 22 revisions in range; 10 could not be searched.

- **2026-08-14** `ad855d921ee9` — 3 warning
  - added the new `account` enum value to the `data/items/object_type` response property for the response status `200`
  - added the new `article` enum value to the `data/items/object_type` response property for the response status `200`
  - added the new `issue` enum value to the `data/items/object_type` response property for the response status `200`

[Change history](https://skmtc.dev/usepylon/apis/pylon-api/changes/tags/get.md)

---

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