English
cURL
curl --request GET \ --url https://api.example.com/api/v0/documents/{document_id}/tags
[ { "id": 123, "name": "string", "created_at": "string", "updated_at": "string" } ]
Retrieves a list of tags associated with a document.