Get Signal Leads
Signals
Get Signal Leads
List people and companies aggregated from the caller’s signal feed.
GET
Get Signal Leads
CLI:
Overview
Returns a deduplicated view of every person or company referenced by the caller’s signals, grouped bygroupBy=person or groupBy=company. Each row carries the underlying signal count and the top score across linked signals.
Use this when you want a Lead-style summary view rather than the raw feed — for example, “show me the 5 companies with the strongest signals this week.”
AI agent notes
Grouping. Pass
groupBy=person or groupBy=company. Defaults to person when omitted. The two views never mix in one page.Sort modes. sortBy=recency orders by most recent signal, sortBy=signalCount orders by raw count, sortBy=topScore orders by the best score seen.Cursor pagination. Same shape as Get Signals — pass pagination.cursor back as ?cursor= and stop when pagination.hasMore is false.Entity resolution. Enrichment runs inline during the signal pipeline. Rows where enrichment failed appear here without a linkedinUrl or domain; there is no manual retry endpoint.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
person, company Available options:
recency, signalCount, topScore Required range:
1 <= x <= 200