v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
meeting

Retrives a meeting

Get meeting details given a meeting id

get/v1/meetings/{meetingId}

Path parameters

meetingIdstring required

Meeting ID

Response

OK

host_emailstring
languagestring
meeting_idstring
participant_emailsstring[]
sourcestring
join_linkstring
timestamp_end_utcstring
timestamp_start_utcstring
timezonestring
titlestring
team_idsnumber[]

Team IDs for the teams that have access to this meeting

event_idstring

Internal event identifier from the calendar provider

Example response

{
  "host_email": "sasha@example.com",
  "language": "en-US",
  "meeting_id": "7e0f1953-b2ce-45b8-97b2-03c09da3a602",
  "participant_emails": [
    "john@example.com",
    "maria@example.com"
  ],
  "source": "google",
  "join_link": "https://meet.google.com/jcn-vnax-tkf",
  "timestamp_end_utc": "2024-08-08T14:00:34Z",
  "timestamp_start_utc": "2024-08-08T13:00:38Z",
  "timezone": "Europe/Paris",
  "title": "All-hands Meeting",
  "template": {
    "id": 611549,
    "name": "General meeting"
  },
  "team_ids": [
    123,
    456
  ],
  "event_id": "0qbhrdosgr33g7s49nq9h3uml7_20250918T080000Z"
}