cURL
curl --request GET \ --url https://api.stardex.ai/v1/calendar-meetings/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "6d7e8f90-1234-5678-9012-abcdef012345", "meeting_title": "Weekly Engineering Sync", "meeting_url": "https://meet.google.com/abc-defg-hij", "meeting_key": "abc-defg-hij", "start_time": "2026-04-07T10:00:00.000Z", "bot_status": "completed", "bot_opt_out": false, "recordings": [ { "id": "5c6d7e8f-9012-3456-7890-abcdef012345", "processing_status": "completed", "recording_duration_seconds": 3600, "has_transcript": true } ], "created_at": "2026-04-06T18:00:00.000Z", "updated_at": "2026-04-07T11:10:00.000Z" } }
Retrieve detailed information about a specific calendar meeting including all associated recordings and their processing status.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Calendar meeting UUID
Calendar meeting fetched
true
Show child attributes
Was this page helpful?