cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/realtime/batchedOperations/getBatchStats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "args": {} }'
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "noteOps": { "queueSize": 123 }, "presence": { "queueSize": 123 }, "transcripts": { "queueSize": 123 } } }
Get batch processing statistics
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