Skip to content

List all tags in the vault

GET
/tags
curl --request GET \
--url https://api.engram.page/tags \
--header 'Authorization: Bearer <token>'

Returns the distinct set of tags used across all notes in the current vault.

Tags

Media typeapplication/json
TagsResponse
object
tags
required
Array<object>
object
name
string
Examplegenerated
{
"tags": [
{
"name": "example"
}
]
}