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

# Get a list of tags

`GET /tags`

Get a list of all tags in a Nutshell instance.

## Query parameters

- `q` string
- `filter[tagType]` 'leads' | 'contacts' | 'accounts'

## Response `200`

OK

- object
  - `tags` Tag[] — The list of tags
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` string
    - `href` string
    - `modifiedTime` integer — Unix timestamp
    - `deletedTime` integer — Unix timestamp
    - `tagType` string — The type of entity the tag corresponds to
    - `count` integer — The number of entities with this tag
    - `colorType` string — The color or the tag, returned as a string

---

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