Returns all tags visible to the user’s organization, with the number of documents associated with each tag. Use the optional prefix query parameter to return only tags whose names start with that string (for example broker:, from:, or to:). Tags are created automatically from ingested content (e.g., from:user@email.com / to:user@email.com for email, or broker:Broker Name for documents onboarded via investment research connectors).
Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Return only tags whose name starts with this prefix. Useful to narrow results: broker:, from:, or to:.
List of tag objects in a results array. Each tag includes id, name, and file_count. When prefix is set, only tags matching that prefix are included. Use the tag name in the tags query parameter of Search Service or Research Agent to filter by that tag.
Tags with their document counts. Use name when filtering documents.