Overview
List Private Content Tags returns the tags attached to the user’s private documents, each with a document count. It gives a clear picture of how the private corpus is organised — brokers, email senders and recipients, connector labels, and custom topic tags — without paginating through documents.When to Use
List Private Content Tags is ideal for:- Broker inventory: Seeing which brokers appear in investment research (
broker:) - Email organisation: Listing senders (
from:) or recipients (to:) across the private email corpus - Connector labels: Discovering
label:tags that correspond to connected sources - Custom topics: Exploring user-defined prefixes such as
topic: - Search preparation: Confirming a tag exists and has documents before a tag-scoped search
How It Works
- Call
bigdata_list_tagswith aprefixto focus on a tag family - Review each tag’s
nameandfile_count - Use the returned tag names to filter
bigdata_list_documentsor scopebigdata_search
Parameters
Important Notes
- Prefer always passing a
prefix. Without it, accounts with many tags can return a very large response - Include the trailing colon for auto-tag families:
broker:, notbroker - User-defined tags typically follow the
prefix:valueconvention
Known auto-tag prefixes
Data Returned
An array of tag objects:Practical Tips
Quantitative answers
Usefile_count to summarize coverage — for example, how many documents are available from each broker, or how many emails came from a given sender.
Tag-scoped search
Pass the exact tag name intobigdata_search context as tags: <name> — for example tags: broker:Goldman Sachs.
Empty tags
Tags withfile_count: 0 are registered but currently have no documents attached. Mention them only when reviewing empty or unused tags.