Skip to main content
GET
List leads

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.

classification
string

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

sourceQuery
string

Fuzzy name of the tracked company that surfaced the lead.

sourceEntityId
string<uuid>
stage
enum<string>
Available options:
unfunded,
grant,
pre_seed_seed,
series_a,
post_series_a
query
string

Founder or company name contains.

decision
enum<string>
Available options:
unreviewed,
accepted,
rejected
updatedAfter
string<date-time>

Leads whose data changed after this timestamp. Your own decisions do not change it.

Response

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

data
object[]
required
nextCursor
string | null
required