Skip to main content
GET
/
meeting_info
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

session_id
string
required

The session ID of the meeting instance from create meeting api call.

Response

Successful response

result
object
required
message
string
required
Example:

"Got meeting info successfully."

status_code
integer
required
Example:

200

destination
string | null
required
Example:

null