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_id
Query parameters
depth
Network depth
min_interactions
Minimum interactions to include connection
Response
Successful Response