---
title: "Has Dashboard Tag"
method: GET
path: "/metabase/has-tag"
tags: ["METABASE"]
---

# Has Dashboard Tag

`GET /metabase/has-tag`

Check whether the provided tag exists in any `SpacesDashboard` for the current tenant (case-insensitive).

Args:
    tag: The tag to check for

Returns:
    True if present (case-insensitive), else False

## Query parameters

- `tag` string, required — Tag to check for in dashboards

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
