cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/monitoring/bandwidthManager/getBandwidthStats \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "includeGlobal": true } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "globalStats": { "totalBytesTransferred": 123, "totalRequests": 123, "totalSubscriptions": 123, "windowStart": 123 }, "userStats": { "bytesTransferred": 123, "priority": "<string>", "requestCount": 123, "subscriptionCount": 123, "windowStart": 123 } } }
Get bandwidth usage statistics
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