Available mention filters
Returns the available filters and their options for querying workspace data. When filtering other endpoints,
use each filter’s key=value in the query string. Enum filters use the format key[]=value repeated for each value.
This endpoint returns all of the platform’s filters, with filters that are not available for the workspace returning
an empty options array.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the workspace.
x >= 1Response
A JSON object containing the available filters for the workspace.
Available channel filters for this workspace.
Available language filters.
A social media account's likelihood of being automated.
This filter returns an empty options array if the workspace does not have at least one supported social channel.
Values are on a 7 point scale ranging from very_unlikely to almost_certain, with high-follower accounts indicated as further_investigation.
Available Smart Category filters for this workspace. Smart Categories are custom AI-powered classifiers configured per workspace (e.g., sentiment models, topic classifiers, violent rhetoric detection). Each model is listed as a separate entry with its own set of classification options.
The filter returns an empty models array if no Smart Categories are configured for the workspace.
Available custom enrichment filters for this workspace. Custom enrichments are structured fields provisioned for your team that attach external context to mentions. Each provisioned custom enrichment is listed as a separate entry with its own set of recorded values.
Returns an empty models array if no custom enrichments are
available for this workspace.
Available publisher geography filters. Primarily applicable to news mentions.
Contains separate sub-filters for country, region, and subregion, each with
their own key and options.
All sub-filter options arrays are empty if the workspace
does not include the news channel.