Get context for a peer, including their representation and peer card.
This endpoint returns a curated subset of the representation and peer card for a peer. If a target is specified, returns the context for the target from the observer peer’s perspective. If no target is specified, returns the peer’s own context (self-observation).
This is useful for getting all the context needed about a peer without making multiple API calls.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Optional target peer to get context for, from the observer's perspective. If not provided, returns the observer's own context (self-observation)
Optional query to curate the representation around semantic search results
Only used if search_query is provided. Number of semantic-search-retrieved conclusions to include
1 <= x <= 100Only used if search_query is provided. Maximum distance for semantically relevant conclusions
0 <= x <= 1Whether to include the most frequent conclusions in the representation
Maximum number of conclusions to include in the representation
1 <= x <= 100Successful Response
Context for a peer, including representation and peer card.
The ID of the peer
The ID of the target peer being observed
A curated subset of the representation of the target peer from the observer's perspective
The peer card for the target peer from the observer's perspective