Get Signals
Signals
Get Signals
Page through the signal feed for the authenticated workspace.
GET
Get Signals
CLI:
Overview
Returns the signal feed for the effective user, cursor-paginated. Dismissed signals are excluded by default. Use this endpoint to render the feed UI or to sync the workspace’s signals into an external system.AI agent notes
Pass
cursor from the previous response’s pagination.cursor to fetch the next page. Stop when pagination.hasMore is false.minScore filters on the 1–3 sellability scale (default 2). Pass 1 to include weak matches; pass 3 for the strongest matches only.Pass ids= (comma-separated UUIDs) to fetch a known set of signals in one page — this short-circuits cursor and limit.Pass includeDismissed=true to surface previously dismissed signals.Each signal row includes entityStatus and personEntityStatus — the workflow status of the resolved company and person entities ("new" | "contacted" | "dismissed"). These reflect lead-level state shared across all signals for that entity and are mutated via Update Signal Leads.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
recency, score Available options:
none, person, company Comma-separated signal ids. When present, ignores cursor/limit and returns the full requested set in one page.
Required range:
1 <= x <= 3Required range:
1 <= x <= 200