Get Entity Network Pg

Get the collaboration network around an entity using PostgreSQL. Returns entities connected to the target entity through shared activities. This is optimized for PostgreSQL and uses efficient SQL queries instead of multiple API calls.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entity_idstringRequired

Query parameters

depthintegerOptional>=1<=3Defaults to 1
Network depth
min_interactionsintegerOptional>=1Defaults to 2
Minimum interactions to include connection

Response

Successful Response

Errors