cURL
curl --request POST \ --url https://api.honcho.dev/v3/workspaces/{workspace_id}/conclusions/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "top_k": 10, "distance": 0.5, "filters": {} } '
[ { "id": "<string>", "content": "<string>", "observer_id": "<string>", "observed_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "session_id": "<string>" } ]
Query Conclusions using semantic search. Use top_k to control the number of results returned.
top_k
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Semantic search parameters for Conclusions
Semantic search query
Number of results to return
1 <= x <= 100
Maximum cosine distance threshold for results
0 <= x <= 1
Additional filters to apply
Successful Response
The peer who made the conclusion
The peer the conclusion is about