List tags
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:, label:,from:, or to:). Use the optional contains query parameter to return only tags whose names contain that string (for example My connector, My tag or my@email.com). Tags are created automatically for connectors: label:Connector Name for any connector type, from:user@email.com / to:user@email.com for email and broker:Broker Name for investment research connectors.
Authorizations
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Query Parameters
Return only tags whose name starts with this prefix. Useful to narrow results: broker:, from:, or to:.
Return only tags whose name contains this string. Useful to narrow results: My connector, My tag or my@email.com.
Response
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.