Skip to content

List Blog Tags

GET
/api/v1/posts/tags

Responses

Tags list

Playground

Samples

Powered by VitePress OpenAPI

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

  • 500 tag read error

Notes

  • Used by tag search and content filtering.
  • Tags are lightweight labels and may be reused across posts.