---
title: "Retrieve tags"
method: GET
path: "/Tag"
tags: ["Tag"]
---

# Retrieve tags

`GET /Tag`

Retrieve all tags

## Query parameters

- `id` number
- `name` string

## Response `200`

Successful operation

- object
  - `objects` ModelTagResponse[]
    - `id` string — Id of the tag
    - `objectName` string — Internal object name which is 'Tag'.
    - `additionalInformation` string
    - `create` string, date-time — Date of tag creation
    - `name` string — name of the tag
    - `sevClient` object — Client to which invoice belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'

## Other responses

- `401` — Authentication required
- `500` — Server Error

---

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