Facet keywords for a signal category
Return the top matching keyword tokens for a given signal category and keyword field, aggregated from the last 90 days of signal data. Powers the Signals filter autocomplete in the Lead Finder. Unknown (category, field) pairs return 400.
Requires one of the following scopes: supersearch_enrichments:read, supersearch_enrichments:all, all:read, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Signal category to facet against (e.g. linkedin_post_contact).
"linkedin_post_contact"
Indexed keyword field on autobound_signals to aggregate on.
"tags"
Optional case-insensitive prefix to narrow the tokens returned.
"ai"
Max number of keyword buckets to return (1-100).
1 <= x <= 10020
Response
Default Response
Keyword tokens ordered by descending frequency.