Skip to main content
GET
Fund Co-Investors
Without from/to — all shared rounds across all time.With from/to — only rounds within the window; a co-investor with no shared rounds in the window is dropped from the list.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Fund ID

Required range: x >= 1
Example:

1

Query Parameters

from
string

Lower bound on the shared-round date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms). Omit for no lower bound.

Example:

"2024-01-01T00:00:00.000Z"

to
string

Upper bound on the shared-round date (inclusive). Accepts ISO 8601 string or Unix timestamp (sec/ms). Bare YYYY-MM-DD is coerced to end-of-day UTC. Omit for no upper bound.

Example:

"2024-12-31T23:59:59.999Z"

sortBy
enum<string>
default:jointRoundsCount

Sort field.

Available options:
jointRoundsCount,
lastJointRoundDate,
tier
sortOrder
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

data
object[]
required
status
object
required