cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/matching/queue/getActiveQueueEntries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "limit": 123, "timeWindow": 123 } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": [ { "_creationTime": 123, "_id": "<string>", "availableFrom": 123, "availableTo": 123, "constraints": { "interests": [ "<string>" ], "roles": [ "<string>" ], "orgConstraints": "<string>" }, "createdAt": 123, "status": "waiting", "updatedAt": 123, "userId": "<string>", "matchedWith": "<string>" } ] }
Get active queue entries for matching processing (internal use)
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