Skip to main content
GET
List signals

Authorizations

Authorization
string
header
required

API key issued with npm run partner-api:key. Format: rg_live_....

Query Parameters

view
enum<string>

compact (default for lists) or full (default for single resources).

Available options:
compact,
full
limit
integer
default:25

Page size. 1-100, default 25. Values above 100 are clamped.

Required range: 1 <= x <= 100
cursor
string

Opaque nextCursor from the previous page.

entityQuery
string

Fuzzy company or founder name. Do not send with entityId.

entityId
string<uuid>

Exact tracked-company UUID. Do not send with entityQuery.

classification
string

Natural sector wording, up to four comma-separated terms. Aliases: sector, sectors.

since
string

Inclusive lower bound. Date (2026-09-15) or timestamp.

until
string

Upper bound. A bare date includes that whole UTC day; a timestamp is exclusive.

signalType
enum<string>
Available options:
funding,
hiring,
product,
partnerships,
press,
social_traction,
regulatory,
founder_moves,
general
severity
enum<string>
Available options:
low,
medium,
high
recommendation
enum<string>
Available options:
reach_out,
watch,
wait,
ignore
needsAttention
boolean

true = reach_out signals only.

includeNoise
boolean
default:false

Include 'no new signals' check-ins.

query
string

Text search over title, summary and whySignal.

Response

Newest-first page. nextCursor is null when there are no more results.

data
object[]
required
nextCursor
string | null
required