cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/realtime/subscriptions/subscribeMeetingNotes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "<string>", "cursor": "<string>", "subscriptionId": "<string>" } } '
{ "status": "success", "errorMessage": "<string>", "errorData": {}, "value": { "content": "<string>", "cursor": "<string>", "lastUpdated": 123, "permissions": [ "<string>" ], "rateLimited": true, "subscriptionValid": true, "version": 123 } }
Real-time meeting notes subscription with permission validation and bandwidth management
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