cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/insights/index/getConnectionRecommendations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "limit": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": [ { "confidence": 123, "content": "<string>", "createdAt": 123, "meetingId": "<string>", "meetingTitle": "<string>", "type": "<string>" } ] }
Calls a query at the path insights/index.js:getConnectionRecommendations
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error