Returns all tags visible to the user’s organization, with the number of documents associated with each tag. Use this to discover tag names (e.g. from:user@email.com, to:user@email.com for emails) for filtering documents in List documents, Search Service or Research Service. Tags are created automatically from ingested content (e.g. email addresses).
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
List of tag objects in a results array. Each tag includes id, name, and file_count. Use the tag name in the tags query parameter of List documents to filter by that tag.
Tags with their document counts. Use name when filtering documents.