cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/notes/index/getOfflineQueueStatus \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "clientId": "<string>", "meetingId": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "failed": 123, "pending": 123, "queueHealth": "healthy", "synced": 123, "syncing": 123, "totalQueued": 123, "newestPending": 123, "oldestPending": 123 } }
Calls a mutation at the path notes/index.js:getOfflineQueueStatus
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