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

# Get Tags For Specific Tenant

`GET /tags`

Get tags by tag_ids and tag_type.

## Query parameters

- `tag_ids` string[], nullable
- `tag_name` string, nullable
- `tag_type` TagTypeEnum[], nullable

## Request body

- TagsSearchReqBody — Body model for POST /tags/search requests. Supports large lists of tag IDs that would exceed URL length limits when using GET. Body parameters take precedence over query parameters when both are provided.
  - `tag_ids` string[], nullable — List of tag IDs. Body takes precedence over query params.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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