List people showing intent on a topic

The person-grain TAM direction: given a topic_id, return the people
(as HEMs) who show intent on it, ordered by perc_score, strongest
first, with cursor pagination. Each HEM is a deterministic match key
(sha256 of a normalized email) you can intersect against your own
contacts; raw emails are never returned. count (the topic's total
people) is returned only on the first page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The topic to list people for.

string
enum

Minimum intent tier. high returns only high-intent people; omit or medium returns all.

Allowed:
integer
0 to 99

Drop people below this percentile score. 0 or omitted keeps all.

integer
1 to 500

People per page (default 50, max 500).

string

Opaque pagination cursor from a prior response's next_cursor. Omit for the first page.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json