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