Skip to main content
GET
ナレッジベースタグリストを取得

Authorizations

Authorization
string
header
required

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。API Key が欠落または無効な場合、HTTP 401 とエラーコード unauthorized が返されます。

Response

200 - application/json

タグのリストです。

id
string

タグ識別子です。

name
string

タグの表示名です。

type
string

タグタイプです。ナレッジベースタグの場合は常に knowledge です。

binding_count
string | null

このタグにバインドされたナレッジベースの数です。

Last modified on July 9, 2026