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

Get tags for a document

Retrieves a list of tags associated with a document.

Path Parameters

integer
required

No description provided

Response

data
object

The response data for this endpoint.

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