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

# Get tags

`GET /tags`

REQUIRED SCOPES <code>['tags:read']</code><br>This API endpoint returns all tags that are currently used within the system.<br><br>Tags can be sorted by name, label, etc. Additionally, you are allowed to choose a sorting order and the number of results per page, up to 100.

## Query parameters

- `sortBy` string
- `sortOrder` 'asc' | 'desc'
- `page` integer
- `search` string
- `exclude[]` integer[]
- `ids[]` integer[]
- `length` integer

## Response `200`

OK

- object
  - `data` TagResource[]
    - `id` integer
    - `owner_id` integer
    - `organization_id` integer
    - `label` string
    - `name` string
    - `type` string
    - `classname` string

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
