Skip to content

Get Content Tag

GET
/admin/content-tags/{id}
curl --request GET \
--url 'http://localhost:9000/admin/content-tags/example?limit=20&offset=0'
id
required
string
limit
integer
default: 20
offset
integer
0
order
string
fields
string

OK

Media type application/json
object
content-tag
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
Example generated
{
"content-tag": {
"id": "example",
"value": "example",
"metadata": {},
"created_at": "2026-04-15T12:00:00Z",
"updated_at": "2026-04-15T12:00:00Z",
"item_id": "example"
}
}