Get document tags grouped by document
Documents
Get document tags grouped by document
Retrieve all document tags for the project, grouped by document ID. Optionally filter by specific document IDs.
Each tag includes its name, value, and origin information (which table/row it came from).
GET
Get document tags grouped by document
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Comma-separated list of document UUIDs to filter by. If omitted, returns tags for all documents.
Whether to include soft-deleted tag rows. Defaults to false.
Available options:
true, false Response
Successful response
Map of document IDs to their tags with origin information.