English
cURL
curl --request GET \ --url https://api.example.com/api/v0/documents/tags
[ { "id": 123, "name": "string", "created_at": "string", "updated_at": "string" } ]
Retrieves a list of all tags from documents the user has access to.