Skip to main content
GET
Get document tags grouped by document

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Query Parameters

document_ids
string

Comma-separated list of document UUIDs to filter by. If omitted, returns tags for all documents.

include_deleted_rows
enum<string>
default:false

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.

{key}
object