cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/insights/index/getUserInsights \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "limit": 123, "offset": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": [ { "_creationTime": 123, "_id": "<string>", "actionItems": [ "<string>" ], "createdAt": 123, "meetingDate": 123, "meetingId": "<string>", "meetingTitle": "<string>", "recommendations": [ { "confidence": 123, "content": "<string>", "type": "<string>" } ], "summary": "<string>" } ] }
Calls a query at the path insights/index.js:getUserInsights
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