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).
Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
UUID of the project
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.
true, false Successful response
Map of document IDs to their tags with origin information.