cURL
curl --request GET \ --url http://localhost:8000/v2/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config \ --header 'Authorization: Bearer <token>'
{ "observe_me": true, "observe_others": true }
Get the configuration for a peer in a session
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace
ID of the session
ID of the peer
Successful Response
Whether honcho should form a global theory-of-mind representation of this peer
Whether this peer should form a session-level theory-of-mind representation of other peers in the session