List Blog Tags
List blog tags.
Auth: public.
Parameters
None.
Request Body
None.
Response 200
json
{
"data": [
{ "id": "tag_1", "name": "Release", "slug": "release" }
],
"user_context": { "authenticated": false },
"meta": {}
}Response Errors
500tag read error
Notes
- Used by tag search and content filtering.
- Tags are lightweight labels and may be reused across posts.