Skip to main content
GET
List tags

Authorizations

X-API-KEY
string
header
required

Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.

Query Parameters

prefix
string

Return only tags whose name starts with this prefix. Useful to narrow results: broker:, from:, or to:.

contains
string

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.

results
object[]
required

Tags with their document counts. Use name when filtering documents.