---
title: "List tags"
method: GET
path: "/tags"
tags: ["Reference Data"]
---

# List tags

`GET /tags`

Returns all tags for your team, optionally filtered by type.

## Query parameters

- `type` 'leads' | 'deals' | 'clients' | 'contacts' | 'projects' | 'project_tasks' | 'invoices' | 'quotations' | 'schedules' | 'fs_jobs' | 'purchase_orders' | 'vendors' | 'bills' — Filter by tag type

## Response `200`

OK

- object
  - `items` object[], required
    - `id` number, required — Tag ID
    - `name` string, required — Tag name
    - `color` string, required — Tag color
    - `type` string, required — Tag type

---

[API](https://skmtc.dev/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.dev/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/revisions/27006cfef4d8/schema)
