GET
/
api
/
v0
/
documents
/
tags
[
  {
    "id": 123,
    "name": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]

Get all tags

Retrieves a list of all tags from documents the user has access to.

Response

data
object

The response data for this endpoint.

[
  {
    "id": 123,
    "name": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]