cURL
curl --request GET \ --url https://api.umified.com/api/v1/meeting_info \ --header 'Authorization: Bearer <token>'
[ { "result": { "meeting_name": "Test Meeting 20250420 - 15 - Gmeet", "start_datetime": "2025-04-20T17:01:08.864861Z", "end_datetime": "2025-04-20T17:20:03.669030Z", "duration": "1134.804169", "executed": true, "attendees": [ { "attendee_name": "Heu AI" } ], "recording_url": "https://umified.blob.core.windows.net/meetings/umifiedpdin20250420123456789012.webm" }, "message": "Got meeting info successfully.", "status_code": 200, "destination": null } ]
Returns meeting information and recording file post meeting completion.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The session ID of the meeting instance from create meeting api call.
Successful response
Show child attributes
"Test Meeting 20250420 - 15 - Gmeet"
"2025-04-20T17:01:08.864861Z"
"2025-04-20T17:20:03.669030Z"
"1134.804169"
true
"Heu AI"
"https://umified.blob.core.windows.net/meetings/umifiedpdin20250420123456789012.webm"
"Got meeting info successfully."
200
null