cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/matching/index/getMatchingStats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "args": {} }'
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "acceptedMatches": 123, "completedMatches": 123, "successRate": 123, "topFeatures": [ { "averageScore": 123, "count": 123, "feature": "<string>" } ], "totalMatches": 123, "averageRating": 123 } }
Calls a query at the path matching/index.js:getMatchingStats
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Convex executed your request and returned a result
success
error
Show child attributes