Skip to main content
GET
/
v1
/
meetings
/
{meetingId}
Retrives a meeting
curl --request GET \
  --url https://api.meetgeek.ai/v1/meetings/{meetingId} \
  --header 'Authorization: <api-key>'
{
  "host_email": "[email protected]",
  "language": "en-US",
  "meeting_id": "7e0f1953-b2ce-45b8-97b2-03c09da3a602",
  "participant_emails": [
    "[email protected]",
    "[email protected]"
  ],
  "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",
  "team_ids": [
    123,
    456
  ],
  "event_id": "0qbhrdosgr33g7s49nq9h3uml7_20250918T080000Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

meetingId
string
required

Response

host_email
string
Example:
language
string
Example:
meeting_id
string
Example:
participant_emails
string[]
Example:
source
string
Example:
Example:
timestamp_end_utc
string
Example:
timestamp_start_utc
string
Example:
timezone
string
Example:
title
string
Example:
team_ids
number[]
Example:
event_id
string
Example: