cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/meetings/queries/getMeeting \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "meeting_123example" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": { "_id": "meeting_123example", "_creationTime": 1704063600000, "organizerId": "user_123example", "title": "Quarterly Planning Meeting", "description": "Planning the roadmap for next quarter objectives.", "scheduledAt": 1704067200000, "duration": 3600, "state": "scheduled", "participantCount": 3, "averageRating": 4.6, "streamRoomId": "stream_room_456", "webrtcEnabled": true, "activeWebRTCSessions": 2, "userRole": "host", "userPresence": "invited", "createdAt": 1704063600000, "updatedAt": 1704063600000 } }
Provides aggregated session metrics and the caller’s presence/role snapshot.
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