Skip to content

List Content Tags

GET
/admin/content-tags
curl --request GET \
--url 'http://localhost:9000/admin/content-tags?limit=50&offset=0'
limit
integer
default: 50
offset
integer
0
order
string
fields
string
item_id
string
q
string

OK

Media type application/json
object
content-tags
Array<object>
object
id
string
value
string
metadata
object
key
additional properties
any
created_at
string format: date-time
updated_at
string format: date-time
item_id
string
count
integer
limit
integer
offset
integer
Example generated
{
"content-tags": [
{
"id": "example",
"value": "example",
"metadata": {},
"created_at": "2026-04-15T12:00:00Z",
"updated_at": "2026-04-15T12:00:00Z",
"item_id": "example"
}
],
"count": 1,
"limit": 1,
"offset": 1
}