メインコンテンツへスキップ
GET
List all tags

承認

X-API-Key
string
header
必須

API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.

クエリパラメータ

prefix
string

Filter tags by prefix

limit
integer
デフォルト:100

Maximum number of tags to return (1-1000)

必須範囲: 1 <= x <= 1000
offset
integer
デフォルト:0

Number of tags to skip for pagination

必須範囲: x >= 0
order
enum<string>
デフォルト:count_desc

Sort order for tags

利用可能なオプション:
count_desc,
name_asc
include_zero
boolean
デフォルト:false

Include tags with zero usage count

include_public
boolean
デフォルト:true

Whether to include public/shared assets when counting tags

レスポンス

Tags retrieved successfully

tags
object[]
必須

List of tags

total
integer
必須

Total number of tags

has_more
boolean
必須

Whether more tags are available