Get person graph
Returns the precomputed person-graph document: career context per associated entity (entity facts, recent news, colleagues, similar entities with key people), co-investors, and role peers. Lists are capped and pre-ranked; the response is the display order. Hidden people and entities are excluded at materialization. When no document has been materialized yet, returns empty lists with computedAt=null and schedules an asynchronous recompute.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Path parameters
personId
Canonical person UUID
Response
OK
careerContext
One entry per entity the person holds or held an association with, current first
coInvestor
People who participated in the same fundraise transactions or invested in the same companies, ranked by overlap count and recency
rolePeer
People holding the same title at sector-comparable companies, ranked by entity prominence
computedAt
Instant the document was materialized; null only when no document exists yet and an asynchronous recompute has been requested
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error