Last active
October 9, 2025 14:10
-
-
Save c10r/02421a88b51d156bb23d50fa9bbffe05 to your computer and use it in GitHub Desktop.
meeting-time-endpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET https://internal.usemotion.com/v2/notetaker/meeting-insights/meet_fVA8PGFsM6QpgThWzbPrtq/recall-debug | |
| { | |
| "bot_id": "6c401941-a875-4cfb-bae8-86908e66af69", | |
| "join_at": "2025-10-07T14:56:33.365743Z", | |
| "bot_name": "Motion's AI Notetaker", | |
| "meeting_insights_id": "meet_fVA8PGFsM6QpgThWzbPrtq", | |
| "user_email": "[email protected]", | |
| "status_changes": [ | |
| { | |
| "code": "joining_call", | |
| "message": null, | |
| "created_at": "2025-10-07T14:56:40.762117Z", | |
| "sub_code": null | |
| }, | |
| { | |
| "code": "in_waiting_room", | |
| "message": null, | |
| "created_at": "2025-10-07T14:56:56.438777Z", | |
| "sub_code": null | |
| }, | |
| { | |
| "code": "in_call_not_recording", | |
| "message": null, | |
| "created_at": "2025-10-07T14:57:07.898698Z", | |
| "sub_code": null | |
| }, | |
| { | |
| "code": "in_call_recording", | |
| "message": null, | |
| "created_at": "2025-10-07T14:57:08.234935Z", | |
| "sub_code": null | |
| }, | |
| { | |
| "code": "call_ended", | |
| "message": null, | |
| "created_at": "2025-10-07T15:26:37.451722Z", | |
| "sub_code": "timeout_exceeded_everyone_left" | |
| }, | |
| { | |
| "code": "recording_done", | |
| "message": null, | |
| "created_at": "2025-10-07T15:26:50.429586Z", | |
| "sub_code": null | |
| }, | |
| { | |
| "code": "done", | |
| "message": null, | |
| "created_at": "2025-10-07T15:26:51.194801Z", | |
| "sub_code": null | |
| } | |
| ], | |
| "meeting_participants": [ | |
| { | |
| "name": "Fabian Hiller", | |
| "joined_at": "2025-10-07T14:57:08.095000Z", | |
| "left_at": "2025-10-07T15:26:30.226000Z" | |
| }, | |
| { | |
| "name": "Danial Afzal", | |
| "joined_at": "2025-10-07T14:57:08.087000Z", | |
| "left_at": "2025-10-07T15:26:29.334000Z" | |
| } | |
| ], | |
| "calendar_meetings": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment