Skip to main content
GET
List tracked companies

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.

status
enum<string>
Available options:
ok,
partial,
error,
paused
stage
enum<string>
Available options:
unfunded,
grant,
pre_seed_seed,
series_a,
post_series_a

Response

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

data
object[]
required
nextCursor
string | null
required